Skip to content
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

Framework-core: handle when access token does not have permissions for a fork-PR #16

Open
4 tasks
TomKristie opened this issue Jul 6, 2020 · 0 comments
Open
4 tasks
Labels
type: process A process-related concern. May include testing, release, or the like.

Comments

@TomKristie
Copy link
Contributor

  • Error message for when there is an access token that does not have forking permissions
  • Error message when the token does not have permissions to make a branch on that fork
  • Error message when the token does not have permissions to write to that branch on its fork
  • Error message when the token does not have permissions to create a PR from its fork to an upstream-repository

Description

An access token without permissions will be rejected

Solution

On the error messages received from the GitHub API gracefully fail.

@TomKristie TomKristie added type: process A process-related concern. May include testing, release, or the like. enhancement labels Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

1 participant