From 92e797a16030ab61171058dd7ed503744dffe76f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:14:02 +0000 Subject: [PATCH 1/2] Initial plan From 2e759f29126937a217b20d94cae5c140462f49a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:15:33 +0000 Subject: [PATCH 2/2] Add condition to skip Contributors workflow when repository owner pushes commits Co-authored-by: pusewicz <940+pusewicz@users.noreply.github.com> --- .github/workflows/contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index d44ca88..58a4c5e 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -14,6 +14,7 @@ jobs: contrib-readme-job: runs-on: ubuntu-latest name: Automate contributors list in README + if: github.event.pusher.name != github.repository_owner permissions: contents: write pull-requests: write