Skip to content

Commit

Permalink
123213
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Oct 19, 2024
1 parent ab201b3 commit 72a2a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-from-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Add Label to Created Pull Request
run: |
curl -s -X POST -H "Authorization: token $BOT_TOKEN" \
curl -s -X POST -H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/${{ github.repository }}/issues/$pr_number/labels \
-d "$(jq -n --arg label "milestone-merge" '{labels: [$label]}')"

0 comments on commit 72a2a6e

Please sign in to comment.