Test change #26
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: Check Labels | |
# Every PR should have a label and some labels should include an update to the release notes | |
on: | |
pull_request: | |
types: [ labeled, unlabeled, edited ] | |
jobs: | |
check_labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check Labels | |
run: | | |
echo -e "Running check labels" |