public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v1] Add permissions for btsnoop-analyzer workflow
Date: Tue, 21 Apr 2026 15:55:44 -0400	[thread overview]
Message-ID: <20260421195544.1950548-1-luiz.dentz@gmail.com> (raw)

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

Grant issues:write, contents:read, and models:read so the reusable
workflow can post comments and access the GitHub Models API.
---
 .github/workflows/btsnoop-analyze.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/btsnoop-analyze.yml b/.github/workflows/btsnoop-analyze.yml
index 484288c0d9b6..b910f3c0cb66 100644
--- a/.github/workflows/btsnoop-analyze.yml
+++ b/.github/workflows/btsnoop-analyze.yml
@@ -4,6 +4,11 @@ on:
   issue_comment:
     types: [created]
 
+permissions:
+  issues: write
+  contents: read
+  models: read
+
 jobs:
   analyze:
     if: >-
-- 
2.53.0


             reply	other threads:[~2026-04-21 19:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-21 19:55 Luiz Augusto von Dentz [this message]
2026-04-21 20:10 ` [PATCH BlueZ v1] Add permissions for btsnoop-analyzer workflow 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=20260421195544.1950548-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