Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/support/3.1' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jf-cbd committed Nov 7, 2024
2 parents f5c29ed + 0d5ff26 commit 82bc2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
curl -X POST -H "Authorization: token ${{ secrets.PR_AUTOMATICALLY_ADD_TO_PROJECT }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/Combodo/combodo-wikit-integration/issues/${{ github.event.pull_request.number }}/labels \
https://api.github.com/repos/Combodo/iTop/issues/${{ github.event.pull_request.number }}/labels \
-d '{"labels":["internal"]}'
env:
is_member: ${{ env.is_member }}
Expand Down

0 comments on commit 82bc2f3

Please sign in to comment.