-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: add app to the github app installation id #4650
fix: add app to the github app installation id #4650
Conversation
@jamengual this is the additional PR discussed in #4579 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
@chenrui333 / @jamengual there's a test failure related to a lock file restriction but I haven't changed anything in this area - it's a required CI pass though so can anyone help here? |
b3d6685
to
3214a72
Compare
agree, I need to fix the issue first. |
3214a72
to
5f40d8a
Compare
I have fixed the tests per #4653 refreshed the pr and rerun |
@bdellegrazie Thanks for your first contribution to atlantis!! 🎉 |
what
A tiny fix to correct the terminology used for the Github App Installation ID so it includes "App" as does the rest of the Github App configuration items.
This is a trivial PR to build on @john-tipper 's fine work - it's not intended to devalue the serious effort made to address the original requirement (thank you!)
why
purely for naming consistency and ease of use.
tests
Existing tests updated to use the new name.
Documentation updated too.
references
fixes #4579