-
-
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.
- Loading branch information
1 parent
a67c311
commit 49101da
Showing
7 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
blank/{{ cookiecutter.project_name }}/.github/workflows/stale.yml
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Close stale issues and PRs | ||
on: | ||
schedule: | ||
- cron: 0 2 * * * | ||
workflow_dispatch: | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: | | ||
This issue is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. | ||
stale-pr-message: | | ||
This PR is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. |
21 changes: 21 additions & 0 deletions
21
golang-cobra/{{ cookiecutter.project_name }}/.github/workflows/stale.yml
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Close stale issues and PRs | ||
on: | ||
schedule: | ||
- cron: 0 2 * * * | ||
workflow_dispatch: | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: | | ||
This issue is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. | ||
stale-pr-message: | | ||
This PR is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. |
21 changes: 21 additions & 0 deletions
21
golang/{{ cookiecutter.project_name }}/.github/workflows/stale.yml
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Close stale issues and PRs | ||
on: | ||
schedule: | ||
- cron: 0 2 * * * | ||
workflow_dispatch: | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: | | ||
This issue is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. | ||
stale-pr-message: | | ||
This PR is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. |
21 changes: 21 additions & 0 deletions
21
js/{{ cookiecutter.project_name }}/blank/.github/workflows/stale.yml
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Close stale issues and PRs | ||
on: | ||
schedule: | ||
- cron: 0 2 * * * | ||
workflow_dispatch: | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: | | ||
This issue is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. | ||
stale-pr-message: | | ||
This PR is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. |
21 changes: 21 additions & 0 deletions
21
js/{{ cookiecutter.project_name }}/nestjs/.github/workflows/stale.yml
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Close stale issues and PRs | ||
on: | ||
schedule: | ||
- cron: 0 2 * * * | ||
workflow_dispatch: | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: | | ||
This issue is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. | ||
stale-pr-message: | | ||
This PR is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. |
21 changes: 21 additions & 0 deletions
21
js/{{ cookiecutter.project_name }}/svelte/.github/workflows/stale.yml
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Close stale issues and PRs | ||
on: | ||
schedule: | ||
- cron: 0 2 * * * | ||
workflow_dispatch: | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: | | ||
This issue is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. | ||
stale-pr-message: | | ||
This PR is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. |
21 changes: 21 additions & 0 deletions
21
terraform/{{ cookiecutter.project_name }}/.github/workflows/stale.yml
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Close stale issues and PRs | ||
on: | ||
schedule: | ||
- cron: 0 2 * * * | ||
workflow_dispatch: | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: | | ||
This issue is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. | ||
stale-pr-message: | | ||
This PR is stale because it has been open 60 days with no activity. It will be closed in 7 days if no further activity. |