-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
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
Installation script for labels in a test github repo #557
Comments
💯 |
To accomplish this there would probably be a few steps involved:
We have some code at https://github.com/webcompat/issue-importer which adds labels to issues if that's helpful to look at, and these docs cover the issue labels API https://developer.github.com/v3/issues/labels/ |
Bonus points for not hard-coding the labels to be added, but fetching them from the webcompat-tests repo via GitHub's API. |
@karlcow @miketaylr I think it may be a good idea if the user had the option to pre-populate the repo with some existing issues. What do you think? |
@dshgna Open a new issue about it :) |
…repo Issue webcompat#557: Add exception handling Issue webcompat#557: Use sys.exit() instead of return None Fixed comment styling
This is related to #436
Currently someone who want to hack on the project would have to create by hand all the labels.
It has a couple of consequences:
We may want to create an initialization script for it.
The text was updated successfully, but these errors were encountered: