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" name: "Charts: Update README"
on: on:
workflow_call: workflow_dispatch:
inputs: inputs:
modifiedCharts: modifiedCharts:
required: true required: true
@@ -2,7 +2,7 @@
name: "Metadata: Label Commenter" name: "Metadata: Label Commenter"
on: on:
workflow_call: workflow_dispatch:
issues: issues:
types: types:
- labeled - labeled
+1 -1
View File
@@ -2,7 +2,7 @@
name: "Metadata: Label pull requests" name: "Metadata: Label pull requests"
on: on:
workflow_call: workflow_dispatch:
pull_request_target: pull_request_target:
types: types:
- opened - opened
@@ -2,7 +2,6 @@
name: "Schedule: Sync labels" name: "Schedule: Sync labels"
on: # yamllint disable-line rule:truthy on: # yamllint disable-line rule:truthy
workflow_call:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 * * * *" - cron: "0 * * * *"
-1
View File
@@ -1,7 +1,6 @@
--- ---
name: "Mark or close stale issues and PRs" name: "Mark or close stale issues and PRs"
on: on:
workflow_call:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Run the stalebot every day at 8pm UTC # Run the stalebot every day at 8pm UTC