Skip to content

Commit

Permalink
don't run immediate response on Actions- or octokitbot-driven changes (
Browse files Browse the repository at this point in the history
…#698)

Updates for workflows
  • Loading branch information
octokitbot committed Nov 22, 2023
1 parent a8c5a10 commit 03da512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/immediate-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- opened
jobs:
respond-to-issue:
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' }}
runs-on: ubuntu-latest
steps:
- name: Determine issue or PR number
Expand Down

0 comments on commit 03da512

Please sign in to comment.