Skip to content

Commit

Permalink
add label verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baev authored Oct 21, 2021
1 parent 50fd523 commit bb8c984
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/label-verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Verify type labels"

on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: baev/action-label-verify@main
with:
allowed: |
type:bug
type:improvement
type:internal
type:invalid
type:new feature
type:dependencies
type:security

0 comments on commit bb8c984

Please sign in to comment.