Skip to content

Commit

Permalink
Update auto_cherry_pick.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Sep 24, 2024
1 parent cf9c1c5 commit 7e1abdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
auto-cherry-pick:
#if: ${{ startsWith(github.event.pull_request.labels.*.name, 'cherry-pick-') && github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 7e1abdc

Please sign in to comment.