We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be4f46 commit c266852Copy full SHA for c266852
1 file changed
.github/workflows/bump.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
git config --global user.name 'HongBot'
19
git config --global user.email '109153616+hong-bot@users.noreply.github.com'
20
- - name: Merge PRs
+ - name: Merge current PR
21
if: github.event_name == 'pull_request' && github.triggering_actor == 'hong-bot' # Run this after bump cask PRs are created.
22
env:
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments