Skip to content

Commit

Permalink
ci: Workflows have changed (#639)
Browse files Browse the repository at this point in the history
Updates for workflows

Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
  • Loading branch information
octokitbot and wolfy1339 committed Nov 22, 2023
1 parent 9843e38 commit 3015ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/immediate-response.yml
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 3015ef0

Please sign in to comment.