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:
Chris Wayne
2021-11-01 20:46:33 -04:00
committed by GitHub
parent f1622129e4
commit 94c1b988ca

15
.github/workflows/epic.yaml vendored Normal file
View 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