Skip to content

Commit 03da512

Browse files
authored
don't run immediate response on Actions- or octokitbot-driven changes (#698)
Updates for workflows
1 parent a8c5a10 commit 03da512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/immediate-response.yml

Lines changed: 1 addition & 1 deletion
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)