update github action (#602)

update github action

Update github action
This commit is contained in:
Bikouo Aubin
2023-03-29 12:17:44 +02:00
committed by GitHub
parent fb2af07583
commit deb4859f19

View File

@@ -20,11 +20,13 @@ on:
jobs:
auto_changelog:
name: changelog / black formatting
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
runs-on: ubuntu-latest
steps:
- name: Checkout the collection repository
- name: checkout fork
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: "0"
- name: Set up Python '3.9'