Skip to content

Commit

Permalink
Merge pull request #437 from assemblee-virtuelle/epics-management-action
Browse files Browse the repository at this point in the history
Epics management action
  • Loading branch information
srosset81 authored Nov 30, 2020
2 parents 3285951 + cfc8d7a commit 4e79c0e
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

1 comment on commit 4e79c0e

@vercel
Copy link

@vercel vercel bot commented on 4e79c0e Nov 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.