[dev] PBI AB#109601 [Back Office][Digital Program > Builder] - Missing Symbol Icons need to be added and Duplicates to be removed #1583
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: Sanity check | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- edited | |
- labeled | |
- unlabeled | |
jobs: | |
pr_wip_check: | |
runs-on: ubuntu-latest | |
name: WIP Check | |
steps: | |
- name: WIP Check | |
uses: tim-actions/wip-check@master | |
with: | |
labels: '["do not merge", "WIP"]' | |
keywords: '["WIP", "wip", "Do Not Merge", "do not merge"]' |