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.
2 parents f439e5d + c82b3a9 commit 4b1efcfCopy full SHA for 4b1efcf
.github/workflows/stale_issue.yaml
@@ -11,6 +11,7 @@ jobs:
11
cleanup:
12
name: Stale issue job
13
runs-on: ubuntu-latest
14
+ if: github.repository == 'smithy-lang/smithy-kotlin'
15
steps:
16
- uses: aws-actions/stale-issue-cleanup@v4
17
with:
@@ -54,4 +55,4 @@ jobs:
54
55
repo-token: ${{ secrets.GITHUB_TOKEN }}
56
loglevel: DEBUG
57
# Set dry-run to true to not perform label or close actions.
- #dry-run: true
58
+ #dry-run: true
0 commit comments