Skip to content

Commit

Permalink
[chore](autopick)Delete Auto Pick Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Nov 19, 2024
1 parent 843e720 commit a5b2528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-auto-pick-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
delete-branch:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'branch2.1' && github.event.pull_request.user.login == 'github-actions[bot]' && startsWith(github.event.pull_request.head.ref, 'auto-pick')
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'branch-2.1' && github.event.pull_request.user.login == 'github-actions[bot]' && startsWith(github.event.pull_request.head.ref, 'auto-pick')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a5b2528

Please sign in to comment.