Skip to content

Commit

Permalink
Roll 'stale' action to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Mar 27, 2023
1 parent 1cefead commit 72c1a63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: 'no-issue-activity'
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-03-27 Dirk Eddelbuettel <edd@debian.org>

* .github/workflows/stale.yaml: Roll to v8

2023-03-27 Iñaki Ucar <iucar@fedoraproject.org>

* R/Attributes.R: Remove command quoting, not needed anymore for system2()
Expand Down

0 comments on commit 72c1a63

Please sign in to comment.