mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 22:09:50 +00:00
Enable Epics Action to automatically check off child issues in an epic (#4353)
* Enable Epics Action to automatically check off child issues in an epic Signed-off-by: Chris Wayne <cwayne18@gmail.com>
This commit is contained in:
15
.github/workflows/epic.yaml
vendored
Normal file
15
.github/workflows/epic.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Update epics
|
||||
on:
|
||||
issues:
|
||||
types: [opened, closed, reopened]
|
||||
jobs:
|
||||
epics:
|
||||
runs-on: ubuntu-latest
|
||||
name: Update epic issues
|
||||
steps:
|
||||
- name: Run epics action
|
||||
uses: cloudaper/epics-action@v1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
epic-label-name: epic
|
||||
auto-close-epic: false
|
||||
Reference in New Issue
Block a user