Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

ci(cryostat3): remove submodule job for cryostat3 #4

ci(cryostat3): remove submodule job for cryostat3

ci(cryostat3): remove submodule job for cryostat3 #4

Workflow file for this run

name: Check labels not applied
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-needs-triage-not-applied:
runs-on: ubuntu-latest
steps:
- name: Fail if needs-triage label applied
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs-triage')}}
run: exit 1