Skip to content

Commit

Permalink
Correct name of GitHub event for Pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics authored Apr 17, 2023
1 parent 67ce477 commit 23a1506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/policy/added_label.rego
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package github.notify

notify[msg] {
input.name == "pull_requests"
input.name == "pull_request"
input.event.action == "labeled"
input.event.label.name == "breaking-change"

Expand Down

0 comments on commit 23a1506

Please sign in to comment.