-
Notifications
You must be signed in to change notification settings - Fork 2
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
Commits are not properly attributed to the app bot #1
Comments
Ok, here's how you can get the ID, but only after the bot has opened some PRs using the wrong ID. If you view the PR info via the GH REST API, then you can find your app bot's user ID under the |
Yup, that fixes it. Compare armanbilge/schrodinger@fe802d8 (before) to armanbilge/gcp4s@f9307bf (after). |
NOTE: This isn't the same as the app id. You can see the context for this in armanbilge/diy-steward#1
Sadly it turns out that the
123456
in:diy-steward/.github/workflows/steward.yml
Line 26 in 0794ec8
is not the App ID. It is in fact Yet Another ID that is assigned by GitHub to your app bot in an obfuscated manner.
Further reading:
The text was updated successfully, but these errors were encountered: