public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1] github/stale: Fix not removing stale tag when an issue is updated
@ 2025-11-06 16:26 Luiz Augusto von Dentz
  2025-11-06 23:30 ` patchwork-bot+bluetooth
  2025-11-07  0:33 ` [BlueZ,v1] " bluez.test.bot
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-11-06 16:26 UTC (permalink / raw)
  To: linux-bluetooth

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

In order for stale action to automatically remove stale label from
issues it requires the following permissions:

issues: write and pull-requests: write

https://github.com/actions/stale?tab=readme-ov-file#remove-stale-when-updated
---
 .github/workflows/stale.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index c6d6134d9d00..bf2c20226cc2 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -6,6 +6,9 @@ on:
 jobs:
   stale:
     runs-on: ubuntu-latest
+    permissions:
+      issues: write
+      pull-requests: write
     steps:
       - uses: actions/stale@v9
         with:
-- 
2.51.0


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

end of thread, other threads:[~2025-11-07  0:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 16:26 [PATCH BlueZ v1] github/stale: Fix not removing stale tag when an issue is updated Luiz Augusto von Dentz
2025-11-06 23:30 ` patchwork-bot+bluetooth
2025-11-07  0:33 ` [BlueZ,v1] " bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox