This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
chore: refactor Go CronJob to Pepr OnSchedule capability #123
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: Validate Labels | |
on: | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
permissions: | |
contents: read | |
jobs: | |
enforce: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2 | |
with: | |
BANNED_LABELS: "needs-docs,needs-tests,needs-adr,needs-git-sign-off" |