Bump express from 4.17.3 to 4.20.0 #12846
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
on: | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
name: label | |
jobs: | |
labelCheck: | |
name: Check that PR has a label for use in release notes | |
runs-on: ubuntu-latest | |
steps: | |
- name: Pull request label check | |
uses: mheap/[email protected] | |
with: | |
mode: exactly | |
count: 1 | |
labels: "bug, enhancement, dependencies, ui, test, exclude from release notes" |