mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
chore: migrate workflow
This commit is contained in:
parent
04ee3fc2c5
commit
508cbef99d
1 changed files with 6 additions and 1 deletions
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
|
@ -3,11 +3,16 @@ on:
|
|||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
permissions:
|
||||
contents: write # only for delete-branch option
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue