We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23823ef commit 2a6b5b4Copy full SHA for 2a6b5b4
.github/workflows/immediate-response.yml
@@ -11,7 +11,7 @@ on:
11
- opened
12
jobs:
13
respond-to-issue:
14
- if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
+ if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }}
15
runs-on: ubuntu-latest
16
steps:
17
- name: Determine issue or PR number
0 commit comments