-
Notifications
You must be signed in to change notification settings - Fork 454
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
Showing
3 changed files
with
16 additions
and
16 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Close Old Issues | ||
name: Close Test Issues | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
|
@@ -17,15 +17,15 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
stale-issue-label: ${{ env.stale-label }} | ||
exempt-issue-labels: ${{ env.stale-exempt-label }} | ||
stale-issue-label: ${{ env.stale-label }} | ||
exempt-issue-labels: ${{ env.stale-exempt-label }} | ||
days-before-pr-stale: -1 | ||
days-before-pr-close: -1 | ||
only-label: ${{ env.only-label }} | ||
days-before-stale: ${{ env.stale-days }} | ||
stale-issue-message: "This issue is now marked as ' ${{ env.stale-label }}' due to there being no activity on it for the past ${{ env.stale-days }} days. Unless the ' ${{ env.stale-label }}' label is removed or the issue is commented on, this will be remain open for at least ${{ env.close-days }} days and then it may be closed. If you would like to make this issue exempt from getting stale, please add the ' ${{ env.stale-exempt-label }}' label." | ||
days-before-close: ${{ env.close-days }} | ||
only-labels: ${{ env.only-label }} | ||
days-before-stale: ${{ env.stale-days }} | ||
stale-issue-message: "This issue is now marked as '${{ env.stale-label }}' due to there being no activity on it for the past ${{ env.stale-days }} days. Unless the '${{ env.stale-label }}' label is removed or the issue is commented on, this will be remain open for at least ${{ env.close-days }} days and then it may be closed. If you would like to make this issue exempt from getting stale, please add the '${{ env.stale-exempt-label }}' label." | ||
days-before-close: ${{ env.close-days }} | ||
close-issue-reason: not_planned | ||
close-issue-message: "This issue is now closed due to there being no activity on it for the past ${{ env.close-days }} days since being marked as ' ${{ env.stale-label }}'." | ||
close-issue-message: "This issue is now closed due to there being no activity on it for the past ${{ env.close-days }} days since being marked as '${{ env.stale-label }}'." | ||
operations-per-run: 50 | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Close Test Issues | ||
name: Close Old Issues | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
|
@@ -16,13 +16,13 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
stale-issue-label: ${{ env.stale-label }} | ||
exempt-issue-labels: ${{ env.stale-exempt-label }} | ||
stale-issue-label: ${{ env.stale-label }} | ||
exempt-issue-labels: ${{ env.stale-exempt-label }} | ||
days-before-pr-stale: -1 | ||
days-before-pr-close: -1 | ||
days-before-stale: ${{ env.stale-days }} | ||
stale-issue-message: "This issue is now marked as ' ${{ env.stale-label }}' due to there being no activity on it for the past ${{ env.stale-days }} days. Unless the ' ${{ env.stale-label }}' label is removed or the issue is commented on, this will be remain open for at least ${{ env.close-days }} days and then it may be closed. If you would like to make this issue exempt from getting stale, please add the ' ${{ env.stale-exempt-label }}' label." | ||
days-before-close: ${{ env.close-days }} | ||
days-before-stale: ${{ env.stale-days }} | ||
stale-issue-message: "This issue is now marked as '${{ env.stale-label }}' due to there being no activity on it for the past ${{ env.stale-days }} days. Unless the '${{ env.stale-label }}' label is removed or the issue is commented on, this will be remain open for at least ${{ env.close-days }} days and then it may be closed. If you would like to make this issue exempt from getting stale, please add the '${{ env.stale-exempt-label }}' label." | ||
days-before-close: ${{ env.close-days }} | ||
close-issue-reason: not_planned | ||
close-issue-message: "This issue is now closed due to there being no activity on it for the past ${{ env.close-days }} days since being marked as ' ${{ env.stale-label }}'." | ||
close-issue-message: "This issue is now closed due to there being no activity on it for the past ${{ env.close-days }} days since being marked as '${{ env.stale-label }}'." | ||
operations-per-run: 50 |