1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

update actions ci config

This commit is contained in:
dark64 2021-03-22 15:21:32 +01:00
parent 57067ffb06
commit 56583f9b35

View file

@ -1,12 +1,14 @@
name: Pull request changelog check
on: [pull_request]
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
build:
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'changelog-not-required')) }}
name: Run changelog check
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Changelog check
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'changelog-not-required'))}}
run: ./scripts/changelog-check.sh