Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding a delete event #759

Merged
merged 8 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: cypress tests hopefully
Claire.Nicholas authored and Claire.Nicholas committed Jan 29, 2024
commit 2276426d2b0b382b733ef0e1128f446421c00eaf
16 changes: 12 additions & 4 deletions cypress/fixtures/repositories.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
@@ -66,7 +68,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
@@ -107,7 +111,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
@@ -149,7 +155,9 @@
"allow_events": {
"push": {
"branch": true,
"tag": false
"tag": false,
"delete_branch": false,
"delete_tag": false
},
"pull_request": {
"opened": false,
Loading