glenn-jocher
commited on
actions/stale@v3 (#1868)
Browse files
.github/workflows/stale.yml
CHANGED
@@ -7,7 +7,7 @@ jobs:
|
|
7 |
stale:
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
-
- uses: actions/stale@
|
11 |
with:
|
12 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13 |
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
|
|
|
7 |
stale:
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
+
- uses: actions/stale@v3
|
11 |
with:
|
12 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13 |
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
|