From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v1] workflows: pass the email token to the cleanup task
Date: Thu, 10 Sep 2026 13:35:42 -0400 [thread overview]
Message-ID: <20260910173542.1508648-1-luiz.dentz@gmail.com> (raw)
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
next reply other threads:[~2026-09-10 17:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 17:35 Luiz Augusto von Dentz [this message]
2026-09-10 17:40 ` [PATCH BlueZ v1] workflows: pass the email token to the cleanup task patchwork-bot+bluetooth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910173542.1508648-1-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox