Skip to content

Commit

Permalink
Adding the milestone to a PR requires issues: write permission
Browse files Browse the repository at this point in the history
in addition to ``pull-requests: write``, see
actions/github-script#255 .
  • Loading branch information
nsoranzo committed Jul 8, 2024
1 parent 9a658ae commit 0ae7b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maintenance_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
if: github.repository_owner == 'galaxyproject'
permissions:
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 0ae7b23

Please sign in to comment.