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