chore: update repository templates

[skip ci] - updated repository templates to 0206ac3174
This commit is contained in:
aeneasr
2022-06-22 08:10:35 +00:00
parent 1dacbbde7d
commit 1913b56583
11 changed files with 241 additions and 184 deletions

View File

@ -2,13 +2,13 @@ name: Closed Reference Notifier
on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
workflow_dispatch:
inputs:
issueLimit:
description: Max. number of issues to create
required: true
default: '5'
default: "5"
jobs:
find_closed_references:
@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
node-version: "14"
- uses: ory/closed-reference-notifier@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,8 +1,8 @@
name: 'Close Stale Issues'
name: "Close Stale Issues"
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
jobs:
stale:
@ -35,10 +35,10 @@ jobs:
Thank you for your understanding and to anyone who participated in the conversation! And as written above, please do participate in the conversation if this topic is important to you!
Thank you 🙏✌️
stale-issue-label: 'stale'
exempt-issue-labels: 'bug,blocking,docs,backlog'
stale-issue-label: "stale"
exempt-issue-labels: "bug,blocking,docs,backlog"
days-before-stale: 365
days-before-close: 30
exempt-milestones: true
exempt-assignees: true
only-pr-labels: 'stale'
only-pr-labels: "stale"