We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An issue should be handled correctly also:
https://github.com/chevah/salt-master/issues/1940#issuecomment-1092877637
Right now, only PRs are handled.
Log before deploying #43 :
File "/home/site/wwwroot/chevah/github_hooks_server/handler.py", line 204, in issue_comment pull_url = event.content['issue']['pull_request']['html_url'] KeyError: 'pull_request'
After #43, and as per the last paragraph of #44, we will need to track "reviewers" of issues via the "Assignees" field again (as before that PR).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An issue should be handled correctly also:
https://github.com/chevah/salt-master/issues/1940#issuecomment-1092877637
Right now, only PRs are handled.
Log before deploying #43 :
After #43, and as per the last paragraph of #44, we will need to track "reviewers" of issues via the "Assignees" field again (as before that PR).
The text was updated successfully, but these errors were encountered: