Skip to content

Commit

Permalink
Restrict labler to PRs being opened, enabled it for issues being opened
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Oct 6, 2019
1 parent 8831f84 commit d7dabba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/label.yml
@@ -1,5 +1,9 @@
name: Labeler
on: [pull_request]
on:
pull_request:
types: [opened]
issues:
types: [opened]

jobs:
label:
Expand Down

0 comments on commit d7dabba

Please sign in to comment.