mirror of
https://github.com/MrUnknownDE/UnknownBot.git
synced 2026-04-09 09:33:44 +02:00
start nodejs bot
This commit is contained in:
18
node_modules/node-addon-api/.github/workflows/stale.yml
generated
vendored
Normal file
18
node_modules/node-addon-api/.github/workflows/stale.yml
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: "Close stale issues"
|
||||
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: 'This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.'
|
||||
stale-issue-label: 'stale'
|
||||
exempt-issue-label: 'never stale'
|
||||
days-before-stale: 90
|
||||
days-before-close: 30
|
||||
|
||||
Reference in New Issue
Block a user