mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-20 15:50:33 +00:00
Add labeled and unlabeled events for PR changelog check action.
Signed-off-by: Xun Jiang <jxun@vmware.com>
This commit is contained in:
6
.github/workflows/pr-changelog-check.yml
vendored
6
.github/workflows/pr-changelog-check.yml
vendored
@@ -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:
|
||||
|
||||
1
changelogs/unreleased/5157-jxun
Normal file
1
changelogs/unreleased/5157-jxun
Normal file
@@ -0,0 +1 @@
|
||||
Add labeled and unlabeled events for PR changelog check action.
|
||||
Reference in New Issue
Block a user