Skip to content

Commit 3f105b3

Browse files
authored
Update actions/stale to remove the stale label if the issue has new comments (#433)
1 parent 24a2d91 commit 3f105b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/stale@v1
13+
- uses: actions/stale@v3
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
stale-issue-message: 'This issue has had no activity in 90 days. Please comment if it is not actually stale'

0 commit comments

Comments
 (0)