Opened 6 months ago
Closed 6 months ago
#8046 closed defect (bug) (invalid)
Github PR are not being detected as patches In Trac
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
Change History (3)
#2
@
6 months ago
- Resolution invalid deleted
- Status changed from closed to reopened
@dd32 the has-patch thing is irrelevant
Check this:
#3
@
6 months ago
- Resolution set to invalid
- Status changed from reopened to closed
Ok, I've found the culprit
The only thing that changes to "Ticket with Patches" is the fact that it has-patch + Milestone is not Awaiting Review at the same time.
Same for other keywords.
While it's on Awaiting Review it can only be moved into "Candidates for Closure". And this brings to another issue: #8047
Note: See
TracTickets for help on using
tickets.


Trac reports are based on Keywords. GitHub PRs are only integrated with tickets via Comments + Keywords.
You've removed the
has-patchkeyword, which means it doesn't have a patch in reports.Instead of removing the
has-patchkeyword, you should be changing it tohas-patch changes-requestedorhas-patch needs-refreshas appropriate.