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 2554219 commit 02b5723Copy full SHA for 02b5723
.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