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 c279fa5 commit 3d85541Copy full SHA for 3d85541
.github/workflows/add-milestone-to-pull-requests.yaml
@@ -9,7 +9,8 @@ jobs:
9
add_milestone_to_merged:
10
name: Add milestone to merged pull requests
11
permissions:
12
- issues: write # Required to update the milestone of a pull request
+ issues: read # Required to list milestones
13
+ pull-requests: write # Required to update the milestone of a pull request
14
if: github.event.pull_request.merged && github.event.pull_request.milestone == null
15
runs-on: ubuntu-latest
16
steps:
0 commit comments