Unverified Commit 94c1b988 authored by Chris Wayne's avatar Chris Wayne Committed by GitHub

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: 's avatarChris Wayne <cwayne18@gmail.com>
parent f1622129
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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment