chore(ci): Update our CI to use a Github App for opening PRs.#13249
Merged
freshstrangemusic merged 3 commits intomainfrom Aug 11, 2025
Merged
chore(ci): Update our CI to use a Github App for opening PRs.#13249freshstrangemusic merged 3 commits intomainfrom
freshstrangemusic merged 3 commits intomainfrom
Conversation
Contributor
Author
|
Whenever this is merged we need to delete the |
freshstrangemusic
approved these changes
Aug 11, 2025
Member
freshstrangemusic
left a comment
There was a problem hiding this comment.
Wow thank you @b4handjr ! I have been wanting to do this for ages but haven't had the time.
jaredlockhart
approved these changes
Aug 11, 2025
Collaborator
jaredlockhart
left a comment
There was a problem hiding this comment.
Amazing incredible thank you @b4handjr 🙏 ❤️ 🎉
Comment on lines
+97
to
+111
| setup-github-bot: | ||
| steps: | ||
| - run: | ||
| name: Install Dependencies | ||
| command: | | ||
| pip install PyJWT requests cryptography | ||
| - gh/install | ||
| - run: | ||
| name: Generate token and setup git user | ||
| command: | | ||
| export GH_TOKEN=$(python .circleci/scripts/create_jwt.py) | ||
| if [ -z "$GH_TOKEN" ]; then | ||
| echo "Failed to generate GH_TOKEN" | ||
| exit 1 | ||
| fi |
Collaborator
There was a problem hiding this comment.
Wow we have to do the JWT ourselves?? There isn't some client that does this for us? Wild.
Contributor
|
@jaredlockhart Ben is out this week, should we merge this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Because
This commit
Example PR on my fork
Fixes #13206