8000 gh-126081: For PRs labeled with "type-feature", require a core review by ambv · Pull Request #126082 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126081: For PRs labeled with "type-feature", require a core review #126082

8000
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

Merged
merged 6 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Better job name
  • Loading branch information
ambv committed Oct 28, 2024
commit 01b2241ef3c95ed50606bd1dba7a9f77eb033ac1
2 changes: 1 addition & 1 deletion .github/workflows/require-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
labels: |
DO-NOT-MERGE
label-reviews:
name: DO-NOT-MERGE / unresolved review
name: Unresolved review
if: github.repository_owner == 'python'
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down
Loading
0