Bump audit-ci from 4.2.0 to 6.6.1 in /ui #206
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Label Checker | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- labeled | |
- unlabeled | |
jobs: | |
check_labels: | |
name: Check labels | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: read | |
steps: | |
- uses: docker://onsdigital/github-pr-label-checker:v1.2.7 | |
with: | |
one_of: breaking change,feature,patch | |
none_of: do not merge,work in progress | |
repo_token: ${{ secrets.GITHUB_TOKEN }} |