Skip to content

Commit

Permalink
feat(rulesets): add support for PR labeled events (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsan3 authored Mar 25, 2024
1 parent eafc951 commit dc46da8
Show file tree
Hide file tree
Showing 18 changed files with 487 additions and 143 deletions.
16 changes: 12 additions & 4 deletions cypress/fixtures/repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"opened": false,
"synchronize": false,
"edited": false,
"reopened": false
"reopened": false,
"labeled": false,
"unlabeled": false
},
"deployment": {
"created": false
Expand Down Expand Up @@ -76,7 +78,9 @@
"opened": false,
"synchronize": false,
"edited": false,
"reopened": false
"reopened": false,
"labeled": false,
"unlabeled": false
},
"deployment": {
"created": false
Expand Down Expand Up @@ -119,7 +123,9 @@
"opened": false,
"synchronize": false,
"edited": false,
"reopened": false
"reopened": false,
"labeled": false,
"unlabeled": false
},
"deployment": {
"created": false
Expand Down Expand Up @@ -163,7 +169,9 @@
"opened": false,
"synchronize": false,
"edited": false,
"reopened": false
"reopened": false,
"labeled": false,
"unlabeled": false
},
"deployment": {
"created": false
Expand Down
Loading

0 comments on commit dc46da8

Please sign in to comment.