Skip to content

Commit 55640b1

Browse files
authored
chore: scope the stale_issue.yaml workflow to run only on this repository (#205)
1 parent 3f04025 commit 55640b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale_issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
cleanup:
1212
runs-on: ubuntu-latest
1313
name: Stale issue job
14+
if: github.repository == 'aws/aws-crt-kotlin'
1415
steps:
1516
- uses: aws-actions/stale-issue-cleanup@v3
1617
with:

0 commit comments

Comments
 (0)