update ci again

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-31 20:41:12 +02:00
parent a3a3052664
commit 76627333e7
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: "Charts: Update README"
on:
workflow_call:
workflow_dispatch:
inputs:
modifiedCharts:
required: true
@@ -2,7 +2,7 @@
name: "Metadata: Label Commenter"
on:
workflow_call:
workflow_dispatch:
issues:
types:
- labeled
+1 -1
View File
@@ -2,7 +2,7 @@
name: "Metadata: Label pull requests"
on:
workflow_call:
workflow_dispatch:
pull_request_target:
types:
- opened
@@ -2,7 +2,6 @@
name: "Schedule: Sync labels"
on: # yamllint disable-line rule:truthy
workflow_call:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
-1
View File
@@ -1,7 +1,6 @@
---
name: "Mark or close stale issues and PRs"
on:
workflow_call:
workflow_dispatch:
schedule:
# Run the stalebot every day at 8pm UTC