Skip to content

Commit

Permalink
Epics management action
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Nov 30, 2020
1 parent 3285951 commit cfc8d7a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/epics_management.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Epics management

on:
issues:
types: [opened, created, closed, reopened, deleted]

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: chantier

0 comments on commit cfc8d7a

Please sign in to comment.