We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c89b5 commit 2c9b459Copy full SHA for 2c9b459
pydocteur/__init__.py
@@ -56,8 +56,7 @@ def process_incoming_payload():
56
print("State has not changed, ignoring event.")
57
return "OK", 200
58
state_dict = {
59
- "automerge_approved": comment_pr,
60
- "automerge_approved_testok": merge_and_thank_contributors
+ "automerge_approved_testok": merge_and_thank_contributors,
61
# ...
62
}
63
state_dict.get(state, comment_pr)(state=state, pr=pr)
0 commit comments