Require Labels by @tim-thacker-nullify c06fa6ae8475901a3f625504be4dbbd9541e5e0f #111
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: CI Require Labels | |
on: | |
pull_request: | |
types: [ opened, synchronize, labeled, unlabeled ] | |
merge_group: | |
run-name: Require Labels by @${{ github.actor }} ${{ github.sha }} | |
jobs: | |
require-labels: | |
if: ${{ github.event_name == 'pull_request' }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Require Labels | |
id: require-labels | |
uses: nullify-platform/github-actions/actions/require-labels@main |