[RHELC-1626] Use no_rhsm to detect if enablerepos should be disabled #4624
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: Enforce PR labels | |
on: | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
enforce-label: | |
if: github.actor != 'dependabot' || github.actor != 'pre-commit-ci' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: yogevbd/enforce-label-action@2.2.2 | |
with: | |
REQUIRED_LABELS_ANY: "breaking-change,bug-fix,documentation,enhancement,security-hardening,test-coverage-enhancement,no-changelog" |