Show the current status of your branch using the GitHub status API.
It also inserts links to the status target_url
and to the branch's pull
request if there is one.
branch-status
)branch-status
has a GitHub personal access token (OAuth):repo:status
scope. See security section belowIf the branch name turns pink, open the developer tools (View > Developer > Toggle Developer Tools) and see if the console shows an error.
It's important to remember that inside Atom, any other package will be able to query and fetch the access token that you provide branch-status
.
You should create a specific unique access token just for it to use. This way you can remove it later and provide it with just the access scope that it needs.
You should ONLY give it the repo:status
scope.
Don't use a general all personall access token that has full permission for this package.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.