Skip to content

Commit 4b1efcf

Browse files
misc: merge from main
2 parents f439e5d + c82b3a9 commit 4b1efcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale_issue.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
cleanup:
1212
name: Stale issue job
1313
runs-on: ubuntu-latest
14+
if: github.repository == 'smithy-lang/smithy-kotlin'
1415
steps:
1516
- uses: aws-actions/stale-issue-cleanup@v4
1617
with:
@@ -54,4 +55,4 @@ jobs:
5455
repo-token: ${{ secrets.GITHUB_TOKEN }}
5556
loglevel: DEBUG
5657
# Set dry-run to true to not perform label or close actions.
57-
#dry-run: true
58+
#dry-run: true

0 commit comments

Comments
 (0)