We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3b8f8 commit b732fb3Copy full SHA for b732fb3
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"
66
automerge:
67
runs-on: ubuntu-latest
68
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' && github.actor == 'j5ik2o-bot[bot]'
69
needs: test
70
steps:
71
- name: Generate token
0 commit comments