How do I recognize that an issue was closed through a commit? (Fixes #123 Foo Blah) #24889
Answered
by
AndreaGriffiths11
thadiun
asked this question in
API and Webhooks
-
In a GitHub App, it is easy to listen to issues being closed. But how do I recognize that an issue is being closed because a commit in the style of Fixes #123 Some Reason happened? The IssuesEvent does not contain any hints. |
Beta Was this translation helpful? Give feedback.
Answered by
AndreaGriffiths11
Nov 28, 2018
Replies: 1 comment
-
Hi @thadiun, Thanks for being here! The event I hope this helps! Andrea |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @thadiun,
Thanks for being here! The event
closed
listed here The issue was closed by theactor
. When the commit_id is present, it identifies the commit that closed the issue using “closes / fixes #NN” syntax.I hope this helps!
Andrea