mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +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.
|
||||
# https://github.com/tiangolo/issue-manager
|
||||
|
||||
name: Issue Manager
|
||||
|
||||
on:
|
||||
# Every day
|
||||
schedule:
|
||||
- cron: "12 0 * * *"
|
||||
# Manual trigger
|
||||
issue_comment:
|
||||
types:
|
||||
- created
|
||||
issues:
|
||||
types:
|
||||
- labeled
|
||||
pull_request_target:
|
||||
types:
|
||||
- labeled
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user