Rename Github actions (#605)

This commit is contained in:
Bikouo Aubin
2023-04-04 15:43:30 +02:00
committed by GitHub
parent 8687994e9f
commit 71599e2fde

View File

@@ -1,4 +1,4 @@
name: CI name: add changelog / black formatting
concurrency: concurrency:
group: ${{ github.head_ref }} group: ${{ github.head_ref }}
cancel-in-progress: true cancel-in-progress: true
@@ -18,10 +18,11 @@ on:
- '*' - '*'
jobs: jobs:
auto_changelog: update:
name: changelog / black formatting
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')" if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: write
steps: steps:
- name: checkout fork - name: checkout fork
uses: actions/checkout@v3 uses: actions/checkout@v3