From 1e21b288b9d04f1a5b83e8433b3fb568b6fc3580 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 23 Apr 2026 18:41:03 +0500 Subject: [PATCH] ci: add permissions section to backport.yaml (#24654) --- .github/workflows/backport.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 040caea669..160391eb8c 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -21,6 +21,8 @@ on: - closed - labeled +permissions: {} + # Prevent duplicate runs for the same PR when both 'closed' and 'labeled' # fire in quick succession. concurrency: