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
|
name: Close Unlabeled Issues
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
schedule:
|
||||||
types: [opened]
|
- cron: "0 * * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue