Skip to content

Commit

Permalink
Merge pull request #1822 from github/jm_sha_instead_of_tag_for_stale_…
Browse files Browse the repository at this point in the history
…action
  • Loading branch information
jmeridth committed Jun 19, 2024
2 parents 6749d59 + 2a0c8dd commit 196158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v5
- uses: actions/stale@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
Expand Down

0 comments on commit 196158e

Please sign in to comment.