From d643f27795aa5f28060b236e85ee275a21aebff6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:54:54 +0000 Subject: [PATCH 1/2] Initial plan From 747ffaa8a4caaf652bd0f1d43c8d991a95ccead7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:56:35 +0000 Subject: [PATCH 2/2] ci: add minimum required permissions to GitHub Actions workflows Co-authored-by: mtracz <22484267+mtracz@users.noreply.github.com> Agent-Logs-Url: https://github.com/blumilksoftware/codestyle/sessions/930fe51f-969f-4f8b-ab34-dd8a75edc7b2 --- .github/workflows/check-pr-title.yml | 4 ++++ .github/workflows/check.yml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index df68a2b..5d39946 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -4,6 +4,10 @@ on: branches: [ "main" ] types: [opened, edited, synchronize, ready_for_review, reopened] +permissions: + contents: read + pull-requests: read + jobs: check-pr-title: name: Check PR title diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9cff3e8..90439e4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ "main" ] +permissions: + contents: read + jobs: build: name: "Checking the package: testing and linting"