mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +00:00
Run action to close unlabeled issues every hour (#18995)
Release Notes: - N/A
This commit is contained in:
parent
ab34342664
commit
ed484ecf5f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/close_unlabeled_issues.yml
vendored
4
.github/workflows/close_unlabeled_issues.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Close Unlabeled Issues
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue