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

* Re: [PATCH BlueZ v1] github/stale: Fix not removing stale tag when an issue is updated
  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
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-11-06 23:30 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,  6 Nov 2025 11:26:15 -0500 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [BlueZ,v1] github/stale: Fix not removing stale tag when an issue is updated
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ec5819b88281

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] 3+ messages in thread

* RE: [BlueZ,v1] github/stale: Fix not removing stale tag when an issue is updated
  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.test.bot
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-11-07  0:33 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1020539

---Test result---

Test Summary:
CheckPatch                    PENDING   0.25 seconds
GitLint                       PENDING   0.29 seconds
BuildEll                      PASS      20.20 seconds
BluezMake                     PASS      2700.80 seconds
MakeCheck                     PASS      20.40 seconds
MakeDistcheck                 PASS      188.89 seconds
CheckValgrind                 PASS      239.04 seconds
CheckSmatch                   PASS      312.90 seconds
bluezmakeextell               PASS      128.60 seconds
IncrementalBuild              PENDING   0.29 seconds
ScanBuild                     PASS      915.53 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[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