This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
ci(cryostat3): remove submodule job for cryostat3 #2
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: Require semantic labels | |
on: | |
pull_request: | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
- synchronize | |
jobs: | |
check-pr-label-and-comment: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: yashhy/pr-label-check-and-comment-action@v1.0.1 | |
with: | |
# This list is duplicated from release-drafter.yml | |
required_labels: 'chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test' | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |