We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e802bf3 commit 4564c10Copy full SHA for 4564c10
1 file changed
.github/workflows/v3-label-automation.yml
@@ -22,11 +22,11 @@ jobs:
22
uses: actions/add-to-project@v1.0.2
23
with:
24
project-url: https://github.com/orgs/gofiber/projects/1
25
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.MILESTONE_PROJECT_TOKEN }}
26
- name: Assign v3 milestone
27
uses: actions/github-script@v8
28
29
30
script: |
31
const payload = context.eventName === 'issues' ? context.payload.issue : context.payload.pull_request;
32
const issueNumber = payload.number;
0 commit comments