1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
ZoKrates/.github/workflows/pr-changelog-check.yml
2021-03-22 15:21:32 +01:00

14 lines
No EOL
423 B
YAML

name: Pull request changelog check
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
run: ./scripts/changelog-check.sh