Skip to content

Commit

Permalink
Merge pull request #8157 from planetscale/pr-labels-trigger
Browse files Browse the repository at this point in the history
trigger pr-labels workflow when labels added/removed from PR
  • Loading branch information
shlomi-noach authored May 20, 2021
2 parents d30212a + f50ed47 commit 8d7896f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: pr-labels
on: [push, pull_request, label]
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
push:
label:
jobs:
analyze:
if: github.repository == 'vitessio/vitess'
Expand Down

0 comments on commit 8d7896f

Please sign in to comment.