From 1d002027d8cc4bb66ad2d1d44f2c8c4c77611cd0 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:23:52 +0100 Subject: [PATCH 1/5] Add dev fork readme note. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c7060fec..cb43d0ea 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ +> [!CAUTION] +> This is Sam's dev fork. + This repository collects the [UCL ARC] recommendations for a research software project in Python. It contains a template for new Python packages and a [website] documenting our recommendations. We've turned on From e15ea696079e9c93d1d2301d5ceec45f607fe45f Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:19:23 +0100 Subject: [PATCH 2/5] Stop `vale` failing for forked contributions (?) --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 2f59f697..957d9742 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -71,5 +71,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filter_mode: nofilter + filter_mode: diff_context reporter: github-check From dda8c100b61a4324ac45e401bdb501ddab5f5d2e Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:30:48 +0100 Subject: [PATCH 3/5] More than 11 weasle sentences. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cb43d0ea..0281efc0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,17 @@ > [!CAUTION] > This is Sam's dev fork. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. + This repository collects the [UCL ARC] recommendations for a research software project in Python. It contains a template for new Python packages and a [website] documenting our recommendations. We've turned on From 3b855e43f4cbcbd51981295d64e584a1705f9f3a Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:36:45 +0100 Subject: [PATCH 4/5] Try permissions. --- .github/workflows/linting.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 957d9742..f7bc6817 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -62,6 +62,8 @@ jobs: lint-prose: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Checkout source uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 From 1cbfefd0830e75d702ff6ffbaf357a726ccb4b96 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:37:52 +0100 Subject: [PATCH 5/5] Contents read. --- .github/workflows/linting.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index f7bc6817..0fd3846c 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -63,6 +63,7 @@ jobs: lint-prose: runs-on: ubuntu-latest permissions: + contents: read pull-requests: write steps: - name: Checkout source