💚(CI) improve changelog ci
Disable changelog when the label is not present
This commit is contained in:
committed by
Anthony LC
parent
72bb079f10
commit
2b456c231f
3
.github/workflows/impress.yml
vendored
3
.github/workflows/impress.yml
vendored
@@ -32,6 +32,9 @@ jobs:
|
||||
|
||||
check-changelog:
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
contains(github.event.pull_request.labels.*.name, 'noChangeLog') == false &&
|
||||
github.event_name == 'pull_request'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user