mirror of
https://github.com/fatedier/frp.git
synced 2024-11-08 00:54:12 +01:00
ci: add close stale (#2001)
This commit is contained in:
parent
26e54b901f
commit
edf9596ca8
19
.github/workflows/stale.yml
vendored
Normal file
19
.github/workflows/stale.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: "Close stale issues"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'Mark this issue stale. Thank you for your feedback.'
|
||||
stale-pr-message: 'Mark this pr stale. Thank you for your contribution.'
|
||||
stale-issue-label: 'no-issue-activity'
|
||||
exempt-issue-labels: 'WIP,bug,doc,easy,enhancement,FrozenDueToAge,future,help wanted,Icebox,In Progress,need-usage-help,prososal,question,testing,todo'
|
||||
stale-pr-label: 'no-pr-activity'
|
||||
exempt-pr-labels: 'WIP,bug,doc,easy,enhancement,FrozenDueToAge,future,help wanted,Icebox,In Progress,need-usage-help,prososal,question,testing,todo'
|
||||
only-labels: 'invalid,duplicate,no plan'
|
Loading…
Reference in New Issue
Block a user