Skip to content

Commit 47a291f

Browse files
maint: Disable to run "Issue/PR response" workflow on forks (#2854)
Signed-off-by: Viacheslav Kudinov <[email protected]>
1 parent cdc7355 commit 47a291f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/immediate-response.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
- opened
1212
jobs:
1313
respond-to-issue:
14-
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }}
14+
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' &&
15+
github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' &&
16+
github.repository == 'integrations/terraform-provider-github' }}
1517
runs-on: ubuntu-latest
1618
steps:
1719
- name: Determine issue or PR number

0 commit comments

Comments
 (0)