From b4b7a241c08f5f7bbe968288721fc273e10f3e3f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:10:03 +0000 Subject: [PATCH 1/2] Initial plan From ea92c0491e63ae8c9848811947535fe957b4add3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:26:35 +0000 Subject: [PATCH 2/2] Add permissions: contents: read to error-message-lint workflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/error-message-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/error-message-lint.yml b/.github/workflows/error-message-lint.yml index 02f394ed104..a0123bc36ae 100644 --- a/.github/workflows/error-message-lint.yml +++ b/.github/workflows/error-message-lint.yml @@ -11,6 +11,9 @@ on: - 'CONTRIBUTING.md' workflow_dispatch: +permissions: + contents: read + jobs: error-message-lint: runs-on: ubuntu-latest