Skip to content

Commit 6a2043d

Browse files
authored
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
1 parent c98ebdb commit 6a2043d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: read-all
1414
jobs:
1515
mark-stale:
1616
# Call reusable workflow file
17-
uses: agntcy/.github/.github/workflows/_stale.yml@main
17+
uses: agntcy/github-reusable-workflows/.github/workflows/_stale.yml@main
1818
permissions:
1919
contents: read
2020
issues: write

0 commit comments

Comments
 (0)