diff --git a/.github/workflows/epic.yaml b/.github/workflows/epic.yaml new file mode 100644 index 0000000000..0e07c8b53a --- /dev/null +++ b/.github/workflows/epic.yaml @@ -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 \ No newline at end of file