Manage all content negociation on API services #1019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |