You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like issue labels aren't created when the person running the GitHub
issue export script does not own the repo. See:
https://github.com/firebug/firebug/issues/
vs.
https://github.com/chrsmith/firebug-issue-export-tool-testing/issues
Original issue reported on code.google.com by [email protected] on 4 Jun 2015 at 3:56
The text was updated successfully, but these errors were encountered:
From the GitHub API docs:
Only users with "push" access can set labels for new issues. See:
https://developer.github.com/v3/issues/#create-an-issue
So in the future, you need to grant explicit push access to the repo before
running the tool (when running as a different user). However, for issues that
have already been created it looks like a separate "add missing labels" step is
necessary.
Original issue reported on code.google.com by
[email protected]
on 4 Jun 2015 at 3:56The text was updated successfully, but these errors were encountered: