From 3f46f081553f6efbbe5dcbab0306510248d91c47 Mon Sep 17 00:00:00 2001 From: Dominic Couture Date: Mon, 18 May 2026 10:25:31 +0100 Subject: [PATCH] chore(repo): Remove unused workflow permission The `contents: write` permission is only used for the `delete-branch` option in the `actions/stale` workflow, however we never use that option. It is safe to remove the permission. --- .github/workflows/lock-threads.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index a40ad43dbe3..78312e74d5d 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -8,7 +8,6 @@ on: - cron: '0 0 * * *' permissions: - contents: write # only for delete-branch option issues: write pull-requests: write