From f4402f3f4a3c5962291aa7425e20e0e0b70c7b4e Mon Sep 17 00:00:00 2001 From: donpetry-bot <281750570+donpetry-bot@users.noreply.github.com> Date: Tue, 26 May 2026 17:20:35 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20implement=20issue=20#328=20?= =?UTF-8?q?=E2=80=94=20Compliance:=20non-stub-agent-shield.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/agent-shield.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/agent-shield.yml b/.github/workflows/agent-shield.yml index 4aff4dc0..8704981d 100644 --- a/.github/workflows/agent-shield.yml +++ b/.github/workflows/agent-shield.yml @@ -30,4 +30,4 @@ permissions: jobs: agent-shield: - uses: petry-projects/.github/.github/workflows/agent-shield-reusable.yml@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1 + uses: petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1 diff --git a/.gitignore b/.gitignore index 6c5b4cd5..441f30a8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ playwright-report/ # compliance-ci-trigger # ci-trigger-298 .dev-lead/ +.dev-lead/ From 25a13a1c2b28f251a04d31b94f4e5f194b6e8c41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 May 2026 17:47:20 +0000 Subject: [PATCH 2/2] chore(ci): apply prettier/eslint auto-fixes --- .github/workflows/ci-failure-analyst.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-failure-analyst.yml b/.github/workflows/ci-failure-analyst.yml index bb0fd3c1..ecf3b6c8 100644 --- a/.github/workflows/ci-failure-analyst.yml +++ b/.github/workflows/ci-failure-analyst.yml @@ -18,7 +18,7 @@ # Docs: https://github.com/petry-projects/.github-private/blob/main/docs/aw/ci-failure-analyst.md # ───────────────────────────────────────────────────────────────────────────── -name: "CI Failure Analyst" +name: 'CI Failure Analyst' on: check_run: @@ -26,13 +26,13 @@ on: permissions: pull-requests: write - issues: write # post/read PR comments via the Issues comments API + issues: write # post/read PR comments via the Issues comments API actions: read contents: read checks: read concurrency: - group: "ci-failure-analyst-${{ github.event.check_run.head_sha }}" + group: 'ci-failure-analyst-${{ github.event.check_run.head_sha }}' cancel-in-progress: false jobs: