Skip to content

Commit

Permalink
Merge pull request #1 from Rindrics/patch-1
Browse files Browse the repository at this point in the history
Correct name of GitHub event for Pull requests
  • Loading branch information
m-mizutani authored Apr 17, 2023
2 parents 67ce477 + 23a1506 commit 3f643e9
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 3f643e9

Please sign in to comment.