mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +03:00
Update Issue Manager triggers
This commit is contained in:
parent
9c74f2076c
commit
953ed5503d
12
.github/workflows/issue-manager.yml
vendored
12
.github/workflows/issue-manager.yml
vendored
|
@ -1,13 +1,19 @@
|
||||||
# Automatically close issues or pull requests that have a label, after a custom delay, if no one replies.
|
# Automatically close issues or pull requests that have a label, after a custom delay, if no one replies.
|
||||||
# https://github.com/tiangolo/issue-manager
|
# https://github.com/tiangolo/issue-manager
|
||||||
|
|
||||||
name: Issue Manager
|
name: Issue Manager
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Every day
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "12 0 * * *"
|
- cron: "12 0 * * *"
|
||||||
# Manual trigger
|
issue_comment:
|
||||||
|
types:
|
||||||
|
- created
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- labeled
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- labeled
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user