mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-21 12:14:01 +00:00
Update .github/workflows/close-stale-issues.yml: create issues/PRs section
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
c1909001a1
commit
b979bfed9e
7
.github/workflows/close-stale-issues.yml
vendored
7
.github/workflows/close-stale-issues.yml
vendored
@ -15,8 +15,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
######################################################################
|
||||
# Issues/PRs
|
||||
######################################################################
|
||||
# An allow-list of label(s) to only process the issues/PRs which contain one of these label(s).
|
||||
any-of-labels: 'needs-info'
|
||||
# Use this to do a dry run from a pull request
|
||||
# debug-only: true
|
||||
######################################################################
|
||||
# Issues
|
||||
######################################################################
|
||||
@ -41,5 +46,3 @@ jobs:
|
||||
any-of-pr-labels: 'needs-rebase'
|
||||
# Use this to ignore updates such as comments (only to keep the PR alive by bumping)
|
||||
# ignore-pr-updates: true
|
||||
# Use this to do a dry run from a pull request
|
||||
# debug-only: true
|
||||
|
Loading…
Reference in New Issue
Block a user