Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 627 Bytes

File metadata and controls

18 lines (12 loc) · 627 Bytes

stale-action

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.

Usage

      - name: Mark stale PRs
        uses: Particular/stale-action@main
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}

License

The scripts and documentation in this project are released under the MIT License.