Skip to content

Commit

Permalink
[infra] Remove cherry-pick issue write permission (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 18, 2024
1 parent b4173e7 commit a93820a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prs_create-cherry-pick-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
name: Detect cherry-pick targets
permissions:
issues: write
pull-requests: write
contents: write
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs cherry-pick') && github.event.pull_request.merged == true }}
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
matrix:
branch: ${{ fromJSON(needs.detect_cherry_pick_targets.outputs.targetBranches) }}
permissions:
issues: write
pull-requests: write
contents: write
needs: detect_cherry_pick_targets
Expand Down

0 comments on commit a93820a

Please sign in to comment.