mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-14 18:11:49 -07:00
Merge pull request #701 from ansible-collections/SirGitsalot-stale-workflow
Some checks failed
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.19) (push) Has been cancelled
Some checks failed
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.19) (push) Has been cancelled
Add a workflow that closes stale issues and PRs
This commit is contained in:
commit
b2f899cc91
1 changed files with 25 additions and 0 deletions
25
.github/workflows/stale.yaml
vendored
Normal file
25
.github/workflows/stale.yaml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
||||
with:
|
||||
debug-only: true
|
||||
days-before-stale: -1
|
||||
days-before-close: 180
|
||||
stale-issue-label: 'stale'
|
||||
stale-pr-label: 'stale'
|
||||
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.
|
||||
|
||||
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: |
|
||||
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.
|
||||
|
||||
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