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
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE
1 changed files with 1 additions and 0 deletions

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