mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
Create real
This commit is contained in:
parent
92ae3b63f8
commit
4e9e91b32d
1 changed files with 19 additions and 0 deletions
19
real
Normal file
19
real
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron : " 0 0 * * * "
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
stale-issue-message: 'Stale issue message'
|
||||||
|
stale-pr-message: 'Stale pull request message'
|
||||||
|
stale-issue-label: 'no-issue-activity'
|
||||||
|
stale-pr-label: 'no-pr-activity'
|
||||||
|
|
Loading…
Add table
Reference in a new issue