-
Couldn't load subscription status.
- Fork 36
feat: allow user to use github app to authenticate #92
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
Conversation
7cdf1b9 to
8945bf5
Compare
8945bf5 to
2fc75a8
Compare
This feature allows users to authenticate with either just a GitHub app or a GitHub App Installation. - [x] setup authentication - [x] helper function to get integer environment variables without ValueError - [x] tests - [x] GitHub App Installation passing - [x] helper function to get integer environment variables - [x] added .venv to flake8 exlusion list (may need to address this another way) - [x] alphabetized lists in places (README, etc) Signed-off-by: jmeridth <jmeridth@gmail.com>
2fc75a8 to
07e22a2
Compare
|
@zkoppert Curious your thoughts on this one. Could we please give a tests a run. Curious if any diff upstream compared to my local runs. Thank you. |
|
Looking at lint errors. |
Signed-off-by: jmeridth <jmeridth@gmail.com>
Signed-off-by: jmeridth <jmeridth@gmail.com>
|
More linting fixes. In another PR I'm going to get superlinter working with |
Co-authored-by: Zack Koppert <zkoppert@github.com>
|
Great work! Thanks for adding this! It's got me thinking about all the other actions that could use this 😄 |
|
@zkoppert I was thinking the same. The |
|
@zkoppert Was thinking about keeping it DRY somehow also. 🤔 |
That would be great! |
Fixes #89
Pull Request
Proposed Changes
This feature allows users to authenticate with either just a GitHub app or a GitHub App Installation.
Readiness Checklist
Author/Contributor
make lintand fix any issues that you have introducedmake testand ensure you have test coverage for the lines you are introducingReviewer
bug,documentation,enhancement,infrastructure, orbreaking