You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labs/lab06.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ on:
21
21
branches:
22
22
- main
23
23
24
+
# Comment out the 2 lines if the permissions for the GITHUB_TOKEN is read and write and you get an workflow runtime error
24
25
permissions:
25
26
contents: write
26
27
@@ -102,4 +103,4 @@ template: |
102
103
23. Complete the pull request and merge the `feature/lab06` branch into the `main` branch
103
104
24. Go to `Actions` and see the details of your `Release Drafter` workflow
104
105
25. After the workflow completed, navigate to the `Releases` page to see your new `v0.1.1` draft release
105
-
26. _(Optional)_ Enable the `autolabeler` option of the Release Drafter and configure it to add automatically a label into a pull request. See details [Autolabeler](https://github.com/release-drafter/release-drafter#autolabeler)
106
+
26. _(Optional)_ Enable the `autolabeler` option of the Release Drafter and configure it to add automatically a label into a pull request. See details [Autolabeler](https://github.com/release-drafter/release-drafter#autolabeler)
0 commit comments