Files
react-native-notifications/.github/main.workflow
yogevbd c988ae9592 t
2019-09-22 12:19:38 +03:00

12 lines
247 B
HCL

workflow "Verify labels" {
on = "pull_request"
resolves = "Enforce PR label"
}
action "Enforce PR label" {
uses = "yogevbd/enforce-label-action@1.0.1"
secrets = ["GITHUB_TOKEN"]
env = {
VALID_LABELS = "bug,enhancement,feature"
}
}