Skip to content

[18.0-fr1] Removes Mikolaj from Polarios codeowner #174

[18.0-fr1] Removes Mikolaj from Polarios codeowner

[18.0-fr1] Removes Mikolaj from Polarios codeowner #174

Workflow file for this run

---
name: Check for DNM labels
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
- labeled
- unlabeled
jobs:
check-for-DNM:
runs-on: ubuntu-latest
steps:
- name: Fail if PR is DNM
if: contains(github.event.pull_request.labels.*.name, 'do-not-merge/hold') || contains(github.event.pull_request.labels.*.name, 'do-not-merge/work-in-progress')
run: |
echo "This PR has a DNM label."
exit 1