Skip to content

Commit

Permalink
Merge pull request #3919 from DataDog/tonycthsu/fix-milestone-action
Browse files Browse the repository at this point in the history
Fix milestone github action
  • Loading branch information
marcotc authored Sep 17, 2024
2 parents 8f9f58c + 046c7bb commit fba228d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-milestone-to-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
add_milestone:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.event.pull_request.milestone == null
steps:
Expand Down

0 comments on commit fba228d

Please sign in to comment.