Skip to content

Commit

Permalink
CI: pr-auto-milestone.yml: set appropriate permissions
Browse files Browse the repository at this point in the history
43a847a restricted permissions, but
pr-auto-milestone.yml need more as the failure in
https://github.com/qgis/QGIS/actions/runs/7604086258/job/20706587837?pr=55907
shows
  • Loading branch information
rouault committed Jan 21, 2024
1 parent dfc6a88 commit 8f77ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-auto-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
pr-without-milestones:
runs-on: ubuntu-latest
if: github.repository == 'qgis/QGIS'
permissions:
pull-requests: write
steps:
# list the tags and milestones
- uses: octokit/graphql-action@v2.x
Expand Down

0 comments on commit 8f77ffa

Please sign in to comment.