feat: WP-280 @mixin overlay #215
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 assign labels when PR is opened | |
# FAQ: This simple wrapper exists because original author failed other solutions | |
name: PR Label Asssigner Manager (on Open) | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened # for testing | |
jobs: | |
assign_label: | |
name: Assign | |
uses: ./.github/workflows/pr-label-assigner.yaml | |
check_labels_after_assign: | |
needs: [assign_label] | |
name: Check | |
uses: ./.github/workflows/pr-label-checker.yaml |