mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-17 03:21:50 -07:00
Merge pull request #705 from ansible-collections/SirGitsalot-update-stale-workflow
Update the auto-issue closer workflow
This commit is contained in:
commit
a28c973e68
1 changed files with 14 additions and 4 deletions
18
.github/workflows/stale.yaml
vendored
18
.github/workflows/stale.yaml
vendored
|
@ -10,16 +10,26 @@ jobs:
|
||||||
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
||||||
with:
|
with:
|
||||||
debug-only: true
|
debug-only: true
|
||||||
days-before-stale: -1
|
days-before-stale: 180
|
||||||
days-before-close: 180
|
days-before-close: 14
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
stale-pr-label: 'stale'
|
stale-pr-label: 'stale'
|
||||||
|
stale-issue-message: |
|
||||||
|
I'm marking this issue as stale due to inactivity (_180 days_ without response ⏳ ). If there is no activity on it in the next 14 days it will be closed automatically.
|
||||||
|
|
||||||
|
This helps our maintainers find and focus on active issues.
|
||||||
|
|
||||||
|
stale-pr-message: |
|
||||||
|
I'm marking this pull request as stale due to inactivity (_180 days_ without response ⏳ ). If there is no activity on it in the next 14 days it will be closed automatically.
|
||||||
|
|
||||||
|
This helps our maintainers find and focus on active contributions.
|
||||||
|
|
||||||
close-issue-message: |
|
close-issue-message: |
|
||||||
I'm going to close this issue due to inactivity (_180 days_ without response ⏳ ). This helps our maintainers find and focus on the active issues.
|
I'm going to close this issue due to inactivity.
|
||||||
|
|
||||||
If this issue was automatically closed and you feel this issue should be reopened, please do so with any new available information. Thank you!
|
If this issue was automatically closed and you feel this issue should be reopened, please do so with any new available information. Thank you!
|
||||||
|
|
||||||
close-pr-message: |
|
close-pr-message: |
|
||||||
I'm going to close this pull requests due to inactivity (_180 days_ without response ⏳ ). This helps our maintainers find and focus on the active contributions.
|
I'm going to close this pull request due to inactivity.
|
||||||
|
|
||||||
If this pull request was automatically closed and you feel this pull request should be reopened, we encourage creating a new pull request linking back to this one for added context. Thank you!
|
If this pull request was automatically closed and you feel this pull request should be reopened, we encourage creating a new pull request linking back to this one for added context. Thank you!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue