Opened 4 weeks ago

Closed 4 weeks ago

#37046 closed Bug (fixed)

PR Quality check may need to account for ready for check-in

Reported by: Tim Schilling Owned by: Varun Kasyap Pentamaraju
Component: Core (Other) Version: dev
Severity: Release blocker Keywords: GitHub Actions
Cc: JaeHyuckSa, Natalia Bidart Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is in reference to PR 21041

I reviewed @Afenomamy's PR and it looks ready to go. According to the contribution docs, I'm supposed to mark it as ready for check-in. I did so, but then it was flagged by the bot. Reviewing the code for check_pr.py, there isn't an exception for this state. I suspect there should be.

Change History (10)

comment:1 by Jacob Walls, 4 weeks ago

Cc: Natalia Bidart added
Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted

comment:2 by Jacob Walls, 4 weeks ago

Component: UncategorizedCore (Other)

comment:3 by Varun Kasyap Pentamaraju, 4 weeks ago

Owner: set to Varun Kasyap Pentamaraju
Status: newassigned

comment:4 by Varun Kasyap Pentamaraju, 4 weeks ago

Has patch: set

comment:5 by JaeHyuckSa, 4 weeks ago

Cc: JaeHyuckSa added; Natalia Bidart removed

comment:7 by JaeHyuckSa, 4 weeks ago

Patch needs improvement: set

comment:10 by JaeHyuckSa, 4 weeks ago

Cc: Natalia Bidart added

comment:11 by Jacob Walls, 4 weeks ago

If not self-evident, there are a couple places where more actions happen after marking a ticket RFC that will re-trigger the action:

  • merger wants to trigger more tests, so they apply the Selenium or coverage labels
  • author pushes again to add themselves to AUTHORS
  • merger force-pushes to edit commit messages etc.

comment:12 by Varun Kasyap Pentamaraju, 4 weeks ago

Patch needs improvement: unset

comment:13 by Jacob Walls <jacobtylerwalls@…>, 4 weeks ago

Resolution: fixed
Status: assignedclosed

In 673fa46d:

Fixed #37046 -- Allowed Ready for checkin Trac status in PR checks.

Note: See TracTickets for help on using tickets.
Back to Top