-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced file(s) with klaasnicolaas/github-config (#121)
* 🔄 synced local 'template/.github/' with remote 'github/' * 🔄 synced local '.github/workflows/' with remote 'github/workflows/' * Remove funding information
- Loading branch information
1 parent
5b089f7
commit 01d7783
Showing
4 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,22 @@ name: Lock | |
# yamllint disable-line rule:truthy | ||
on: | ||
schedule: | ||
- cron: "0 23 * * *" | ||
- cron: "0 8 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
lock: | ||
name: 🔒 Lock closed issues and PRs | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
discussions: write | ||
steps: | ||
- uses: dessant/[email protected] | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-lock-inactive-days: "30" | ||
issue-inactive-days: "30" | ||
issue-lock-reason: "" | ||
pr-lock-inactive-days: "1" | ||
pr-inactive-days: "1" | ||
pr-lock-reason: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,16 @@ name: Stale | |
# yamllint disable-line rule:truthy | ||
on: | ||
schedule: | ||
- cron: "0 22 * * *" | ||
- cron: "0 7 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
name: 🧹 Clean up stale issues and PRs | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- name: 🚀 Run stale | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,22 @@ name: Lock | |
# yamllint disable-line rule:truthy | ||
on: | ||
schedule: | ||
- cron: "0 15 * * *" | ||
- cron: "0 8 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
lock: | ||
name: 🔒 Lock closed issues and PRs | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
discussions: write | ||
steps: | ||
- uses: dessant/[email protected] | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-lock-inactive-days: "30" | ||
issue-inactive-days: "30" | ||
issue-lock-reason: "" | ||
pr-lock-inactive-days: "1" | ||
pr-inactive-days: "1" | ||
pr-lock-reason: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,16 @@ name: Stale | |
# yamllint disable-line rule:truthy | ||
on: | ||
schedule: | ||
- cron: "0 14 * * *" | ||
- cron: "0 7 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
name: 🧹 Clean up stale issues and PRs | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- name: 🚀 Run stale | ||
uses: actions/[email protected] | ||
|