Skip to content

Commit 2a6b5b4

Browse files
authored
don't run immediate response on Actions- or octokitbot-driven changes (#548)
Updates for workflows
1 parent 23823ef commit 2a6b5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/immediate-response.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- opened
1212
jobs:
1313
respond-to-issue:
14-
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
14+
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }}
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Determine issue or PR number

0 commit comments

Comments
 (0)