Skip to content

Commit

Permalink
chore: Fix permission for flagging auto cherry picked PR
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Jan 24, 2024
1 parent e46cfcf commit c20ddc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cherry-pick-release-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches:
- release/*

permissions:
pull-requests: write

jobs:
cherry_pick:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c20ddc5

Please sign in to comment.