All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1] workflows: pass the email token to the cleanup task
@ 2026-09-10 17:35 Luiz Augusto von Dentz
  2026-09-10 17:40 ` patchwork-bot+bluetooth
  0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2026-09-10 17:35 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

The cleanup task notifies the mailing list when a pull request is closed
for being open for too long, but without the token it cannot send the
email and the pull requests are closed silently.
---
 .github/workflows/sync.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index c9e107ebc348..37179113da99 100644
--- a/.github/workflows/sync.yml
+++ b/.github/workflows/sync.yml
@@ -40,6 +40,7 @@ jobs:
       with:
         task: cleanup
         github_token: ${{ secrets.ACTION_TOKEN }}
+        email_token: ${{ secrets.EMAIL_TOKEN }}
 
     - name: Sync Patchwork
       uses: bluez/action-ci@main
-- 
2.55.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ v1] workflows: pass the email token to the cleanup task
  2026-09-10 17:35 [PATCH BlueZ v1] workflows: pass the email token to the cleanup task Luiz Augusto von Dentz
@ 2026-09-10 17:40 ` patchwork-bot+bluetooth
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+bluetooth @ 2026-09-10 17:40 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 10 Sep 2026 13:35:42 -0400 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> The cleanup task notifies the mailing list when a pull request is closed
> for being open for too long, but without the token it cannot send the
> email and the pull requests are closed silently.
> ---
>  .github/workflows/sync.yml | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [BlueZ,v1] workflows: pass the email token to the cleanup task
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=cd10ada1b16e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-10 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10 17:35 [PATCH BlueZ v1] workflows: pass the email token to the cleanup task Luiz Augusto von Dentz
2026-09-10 17:40 ` patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.