From 42c2619a594761dddd524947deb46073f4c54201 Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:40:13 +0000 Subject: [PATCH] chore: scope the stale_issue.yaml workflow to run only on this repository --- .github/workflows/stale_issue.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale_issue.yaml b/.github/workflows/stale_issue.yaml index 940fff4d8b8..a739243b685 100644 --- a/.github/workflows/stale_issue.yaml +++ b/.github/workflows/stale_issue.yaml @@ -12,6 +12,7 @@ jobs: cleanup: name: Stale issue job runs-on: ubuntu-latest + if: github.repository == 'aws/aws-sdk-kotlin' steps: - uses: aws-actions/stale-issue-cleanup@v4 with: