REVERT task/tup-534 Adds in media query for tables #170
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
# To check labels when they are added or removed | |
# FAQ: This simple wrapper exists to mirror pr-label-assigner-manager.yaml | |
name: PR Label Checker Manager (on Label) | |
on: | |
pull_request: | |
types: | |
- labeled | |
- unlabeled # for testing | |
jobs: | |
check_labels: | |
name: Check | |
uses: ./.github/workflows/pr-label-checker.yaml |