We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc7355 commit 47a291fCopy full SHA for 47a291f
.github/workflows/immediate-response.yml
@@ -11,7 +11,9 @@ on:
11
- opened
12
jobs:
13
respond-to-issue:
14
- if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }}
+ if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' &&
15
+ github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' &&
16
+ github.repository == 'integrations/terraform-provider-github' }}
17
runs-on: ubuntu-latest
18
steps:
19
- name: Determine issue or PR number
0 commit comments