* [bluez/action-ci] fa1938: sync_patchwork: don't recreate a PR that was alrea...
@ 2026-09-10 19:45 Luiz Augusto von Dentz
0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2026-09-10 19:45 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/main
Home: https://github.com/bluez/action-ci
Commit: fa19384d4c70f1cfd7e432aab9a2f731dadb7091
https://github.com/bluez/action-ci/commit/fa19384d4c70f1cfd7e432aab9a2f731dadb7091
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M libs/githubtool.py
M sync_patchwork.py
Log Message:
-----------
sync_patchwork: don't recreate a PR that was already closed
The series to process are picked from the patchwork state, and the only
thing that kept a series from being processed again was an open pull
request with its id in the title. Closing a stale pull request removed
that marker, so the next run recreated the pull request, ran the CI again
and sent a second result summary to the same thread:
#652 [PW_SID:1151528] ... created 2026-08-25, closed 2026-09-10 18:05
#746 [PW_SID:1151528] ... created 2026-09-10 18:11
Look the closed pull requests up as well so a series is handled only once.
A resent series always gets a new series id from patchwork and is still
picked up.
The series id is now matched exactly too. The old substring match made,
for example, PW_SID:115152 match a pull request for PW_SID:1151528 and the
series was silently never tested.
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/action-ci/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 19:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10 19:45 [bluez/action-ci] fa1938: sync_patchwork: don't recreate a PR that was alrea Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox