fix(contributions) : ajout d'un titre par défaut si pas du titre ou si c'est un 1er publication #1186
Workflow file for this run
This file contains 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: ♻️ Deactivate | |
on: | |
pull_request: | |
types: [closed] | |
delete: | |
branches: | |
- "**" | |
- "!v*" | |
- "!master" | |
concurrency: | |
cancel-in-progress: true | |
group: ${{ github.workflow }}-${{ github.event.ref || github.event.pull_request.head.ref }} | |
jobs: | |
kontinuous: | |
uses: socialgouv/workflows/.github/workflows/use-ks-gh-with-env-deactivate.yaml@v1 | |
secrets: inherit |