From fa6c116f0ef0f828ca079dd95dcf668311bd531c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 12 Jun 2026 13:54:33 +0000 Subject: [PATCH 1/2] Fix typo in README: runnning -> running Co-authored-by: Johan Dahlberg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddad09b3..46fe27ef 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ pip install pixelgen-pixelator ### Additional installation instructions -For runnning some of the MPX related pixelator commands you will need to have `fastp` installed on +For running some of the MPX related pixelator commands you will need to have `fastp` installed on you system. For installation instructions, please visit the [fastp GitHub repository](https://github.com/OpenGene/fastp). ### Installation from source From 3f0c7785382b16b7c4cc386939f4e7a451067188 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 12 Jun 2026 14:00:05 +0000 Subject: [PATCH 2/2] Add cursoragent to CLA bot allowlist Co-authored-by: Johan Dahlberg --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index a4579290..173b1598 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -28,7 +28,7 @@ jobs: path-to-signatures: 'signatures/pixelator/version1/cla.json' path-to-document: 'https://software.pixelgen.com/assets/files/Pixelgen_Individual_Contributor_License_Agreement_(CLA)-671dac61b4e5458371c420b857122e5a.pdf' # e.g. a CLA or a DCO document branch: 'main' - allowlist: johandahlberg,fbdtemme,ptajvar,maxkarlsson,ludvigla,vincent-van-hoef,elhb,dependabot[bot] + allowlist: johandahlberg,fbdtemme,ptajvar,maxkarlsson,ludvigla,vincent-van-hoef,elhb,dependabot[bot],cursoragent remote-organization-name: PixelgenTechnologies remote-repository-name: cla-signatures lock-pullrequest-aftermerge: false