mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-01-12 22:50:34 +08:00
* Auto generate changelog * Update .github/main.workflow * Add skip-changelog as a valid PR label
12 lines
262 B
HCL
12 lines
262 B
HCL
workflow "Verify labels" {
|
|
on = "pull_request"
|
|
resolves = "Enforce PR label"
|
|
}
|
|
|
|
action "Enforce PR label" {
|
|
uses = "yogevbd/enforce-label-action@1.0.0"
|
|
secrets = ["GITHUB_TOKEN"]
|
|
env = {
|
|
VALID_LABELS = "bug,enhancement,feature,skip-changelog"
|
|
}
|
|
} |