mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
don't run immediate response on Actions- or octokitbot-driven changes (#2819)
Updates for workflows
This commit is contained in:
2
.github/workflows/immediate-response.yml
vendored
2
.github/workflows/immediate-response.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user