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 62b177d commit 5c45adeCopy full SHA for 5c45ade
master/custom/pr_testing.py
@@ -84,7 +84,7 @@ def _remove_label_and_comment(self, payload, label):
84
url = payload["pull_request"]["comments_url"]
85
username = payload["sender"]["login"]
86
commit = payload["pull_request"]["head"]["sha"]
87
- pr_number = payload["issue"]["number"]
+ pr_number = payload["pull_request"]["number"]
88
yield http.post(
89
url.replace(self.github_api_endpoint, ""),
90
json={
0 commit comments