Skip to content

[dev] PBI AB#109601 [Back Office][Digital Program > Builder] - Missing Symbol Icons need to be added and Duplicates to be removed #1583

[dev] PBI AB#109601 [Back Office][Digital Program > Builder] - Missing Symbol Icons need to be added and Duplicates to be removed

[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

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"]'