Skip to content

Commit

Permalink
Managed by Terraform, updates managed through: https://github.com/Air…
Browse files Browse the repository at this point in the history
  • Loading branch information
airthings-atlantis committed Dec 11, 2024
1 parent 7de8b51 commit 0eec65a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Label Checker
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled, ready_for_review, reopened, edited, reopened]

jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,enhancement,patch,auto-update,fix,bugfix,bug,hotfix,no-release
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0eec65a

Please sign in to comment.