update ci again
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user