Add labeled and unlabeled events for PR changelog check action.
Signed-off-by: Xun Jiang <jxun@vmware.com>pull/5157/head
parent
abe601042c
commit
cd643bbac9
|
@ -1,5 +1,9 @@
|
|||
name: Pull Request Changelog Check
|
||||
on: [pull_request]
|
||||
# by setting `on: [pull_request]`, that means action will be trigger when PR is opened, synchronize, reopened.
|
||||
# Add labeled and unlabeled events too.
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, labeled, unlabeled]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add labeled and unlabeled events for PR changelog check action.
|
Loading…
Reference in New Issue