Skip to content

CI: add_version: use Github App token to create PR#3406

Merged
native-api merged 2 commits intomasterfrom
use_github_app_token
Feb 19, 2026
Merged

CI: add_version: use Github App token to create PR#3406
native-api merged 2 commits intomasterfrom
use_github_app_token

Conversation

@native-api
Copy link
Copy Markdown
Member

@native-api native-api commented Feb 19, 2026

Make sure you have checked all steps below.

Prerequisite

  • Please consider implementing the feature as a hook script or plugin as a first step.
    • pyenv has some powerful support for plugins and hook scripts. Please refer to Authoring plugins for details and try to implement it as a plugin if possible.
  • Please consider contributing the patch upstream to rbenv, since we have borrowed most of the code from that project.
    • We occasionally import the changes from rbenv. In general, you can expect changes made in rbenv will be imported to pyenv too, eventually.
    • Generally speaking, we prefer not to make changes in the core in order to keep compatibility with rbenv.
  • My PR addresses the following pyenv issue (if any)
    • N/A

Description

  • Here are some details about my PR

The only way atm that allows to both trigger CI
and get PR notifications, as per
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens

Created a helper app for this purpose: https://github.com/apps/pyenv-bot/

Tests

  • My PR adds the following unit tests (if any)
    N/A

@native-api native-api requested review from a team as code owners February 19, 2026 01:37
@native-api native-api merged commit 3100654 into master Feb 19, 2026
49 checks passed
@native-api native-api deleted the use_github_app_token branch February 19, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant