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
…#384)

Workflow changes have been made in the Octokit org repo. This PR is
propagating those changes.
  • Loading branch information
octokitbot authored Nov 22, 2023
1 parent 5d7b3f8 commit a21fe60
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 a21fe60

Please sign in to comment.