Skip to content

Commit 42c2619

Browse files
committed
chore: scope the stale_issue.yaml workflow to run only on this repository
1 parent 631397d commit 42c2619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale_issue.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
cleanup:
1313
name: Stale issue job
1414
runs-on: ubuntu-latest
15+
if: github.repository == 'aws/aws-sdk-kotlin'
1516
steps:
1617
- uses: aws-actions/stale-issue-cleanup@v4
1718
with:

0 commit comments

Comments
 (0)