don't run immediate response on Actions- or octokitbot-driven changes (#2819)

Updates for workflows
This commit is contained in:
Octokit Bot
2023-11-22 15:02:37 -06:00
committed by GitHub
parent f33cca5cac
commit 2e88736037

View File

@@ -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