Run action to close unlabeled issues every hour (#18995)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2024-10-09 21:39:30 -04:00 committed by GitHub
parent ab34342664
commit ed484ecf5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: