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

[MergeQueues] Delete branch if PR is merged #193

Merged
merged 15 commits into from
Jun 28, 2024
Prev Previous commit
Next Next commit
Arbitrary node id
  • Loading branch information
prebeta committed Jun 28, 2024
commit 74574f45f9e647b34c9ca214b23cc22344fddbc9
2 changes: 1 addition & 1 deletion test/github/test_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_handle_pull_request_webhook_when_closed(
payload = {
"action": "closed",
"pull_request": {
"node_id": self.PULL_REQUEST_NODE_ID,
"node_id": "abcdef",
},
}

Expand Down