Skip to content
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

feat: change to get new tokenless working #440

Closed
wants to merge 2 commits into from

Commits on May 13, 2024

  1. fix: update update_commit to support tokenless v3

    we used to prepend the slug to the branch name when detecting that the
    commit is on a fork, but now we want the format of a forked branch to be
    <username>:<branch name> so we try to extract the username from the
    slug of the head of the PR that the commit is on
    
    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    joseph-sentry committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d439dce View commit details
    Browse the repository at this point in the history
  2. test: fix tests

    Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
    joseph-sentry committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c476580 View commit details
    Browse the repository at this point in the history