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
It would be great to allow auto-opening issues for @deprecated notices in method headers to document api changes.
@deprecated
According to @mbernasocchi :
listen to https://developer.github.com/v3/activity/events/types/#pushevent from the payload: url = payload["commits"]["head_commit"]["url"] diff_url = url + '.diff' grep deprecated in diff_url content
Maybe we can even add a small tag language where we can specify further information in the commit message for relevant changelog information.
The text was updated successfully, but these errors were encountered:
Something like here maybe https://github.com/ELLIOTTCABLE/.gitlabels
Sorry, something went wrong.
No branches or pull requests
It would be great to allow auto-opening issues for
@deprecated
notices in method headers to document api changes.According to @mbernasocchi :
listen to https://developer.github.com/v3/activity/events/types/#pushevent
from the payload:
url = payload["commits"]["head_commit"]["url"]
diff_url = url + '.diff'
grep deprecated in diff_url content
Maybe we can even add a small tag language where we can specify further information in the commit message for relevant changelog information.
The text was updated successfully, but these errors were encountered: