Skip to content

Commit

Permalink
feat: adding a delete event (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Claire.Nicholas <[email protected]>
Co-authored-by: Easton Crupper <[email protected]>
  • Loading branch information
3 people authored Jan 31, 2024
1 parent de89937 commit 077e405
Show file tree
Hide file tree
Showing 18 changed files with 494 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 @@ -24,7 +24,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
Expand Down Expand Up @@ -66,7 +68,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
Expand Down Expand Up @@ -107,7 +111,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
Expand Down Expand Up @@ -149,7 +155,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
Expand Down
Loading

0 comments on commit 077e405

Please sign in to comment.