From 6a2043da1e9354b3454f471187172fde15938bd3 Mon Sep 17 00:00:00 2001 From: Sri Aradhyula Date: Mon, 17 Feb 2025 19:21:13 -0600 Subject: [PATCH] fix(stale.yml): update path # Description - replace with agntcy/github-reusable-workflows/.github/workflows/_stale.yml@main ## Type of Change - [x] Bugfix ## Checklist - [x] I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md) - [x] Existing issues have been referenced (where applicable) - [x] I have verified this change is not present in other open pull requests - [x] Functionality is documented - [x] All code style checks pass - [x] New code contribution is covered by automated tests - [x] All new and existing tests pass --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6f66c5e..675225d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ permissions: read-all jobs: mark-stale: # Call reusable workflow file - uses: agntcy/.github/.github/workflows/_stale.yml@main + uses: agntcy/github-reusable-workflows/.github/workflows/_stale.yml@main permissions: contents: read issues: write