Skip to content

Commit

Permalink
ci: Workflows have changed (#175)
Browse files Browse the repository at this point in the history
Updates for workflows
  • Loading branch information
octokitbot committed Nov 22, 2023
1 parent 5cfab58 commit daa981f
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 daa981f

Please sign in to comment.