Manages Particular's usage of https://github.com/actions/stale
Because we distribute stale.yml workflows to all repos via RepoStandards, we need to reference an action with an unchanging version @main. Otherwise Dependabot would raise PRs in each repo that GitHubSync would try to reverse.
- name: Mark stale PRs
uses: Particular/stale-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}The scripts and documentation in this project are released under the MIT License.