Ingores the CHANGELOG when label asks for

This commit is contained in:
Clément Renault
2020-04-03 14:56:49 +02:00
parent 241b842ef7
commit 03063cf349

View File

@ -5,6 +5,7 @@ on: [pull_request]
jobs:
check:
name: Test on ${{ matrix.os }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-changelog') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2