-
Notifications
You must be signed in to change notification settings - Fork 26
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
add pyo3-python-tracing-subscriber
to auto-approve list
#4527
Conversation
@@ -15,6 +15,7 @@ jobs: | |||
startsWith(github.event.issue.title, 'publish: getsentry/json-schema-diff@') || | |||
startsWith(github.event.issue.title, 'publish: getsentry/ophio@') || | |||
startsWith(github.event.issue.title, 'publish: getsentry/pdb@') || | |||
startsWith(github.event.issue.title, 'publish: getsentry/pyo3-python-tracing-subscriber@') || |
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.
please enable branch protection and CI
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.
@asottile-sentry could you elaborate? there are branch protections and CI on that repo. i am a repo admin so i have bypassed branch protection while getting this set up, but i don't intend to continue doing that. i can see if there was an option that disallows me from bypassing
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.
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.
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.
ah nice -- though I think that's not going to work with the release bot unless you add it to the rule bypass?
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.
getsentry/pyo3-python-tracing-subscriber@3bfc713 looks like it worked. i've added an exception for it in case there is some later step that needs more permission but i can dump it if the version bump was the only thing you were thinking of
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.
(you'll see in that commit i messed up the version bump script so the release didn't finish haha)
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.
the commit creation doesn't require rule bypass -- the merger into the final branch does though
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.
got it. thanks! the release-bot
team is excepted now
as title