Skip to content

Commit

Permalink
trigger pr-labels workflow when labels added/removed from PR
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed May 20, 2021
1 parent bc30c93 commit e3e4cc3
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:
push
pull_request:
types: [opened, labeled, unlabeled, synchronize]
label
jobs:
analyze:
if: github.repository == 'vitessio/vitess'
Expand Down

0 comments on commit e3e4cc3

Please sign in to comment.