We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cefead commit 72c1a63Copy full SHA for 72c1a63
.github/workflows/stale.yaml
@@ -11,7 +11,7 @@ jobs:
11
stale:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/stale@v6
+ - uses: actions/stale@v8
15
with:
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
stale-issue-label: 'no-issue-activity'
ChangeLog
@@ -1,3 +1,7 @@
1
+2023-03-27 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/stale.yaml: Roll to v8
4
5
2023-03-27 Iñaki Ucar <iucar@fedoraproject.org>
6
7
* R/Attributes.R: Remove command quoting, not needed anymore for system2()
0 commit comments