From 235aa51c04041224507ea5fe347d1abf22f685a3 Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Wed, 5 Mar 2025 02:05:51 +0200 Subject: [PATCH 1/2] Remove JJRcop from AUTHORS --- AUTHORS | 1 - 1 file changed, 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 1535e2dac..2c4cb19c2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,7 +4,6 @@ the Looking Glass project under the terms detailed in LICENSE: Geoffrey McRae (gnif) Guanzhong Chen (quantum5) Tudor Brindus (Xyene) -Jonathan Rubenstein (JJRcop) arcnmx (arcnmx) TheCakeIsNaOH (TheCakeIsNaOH) NamoDev (NamoDev) From f4fd0a89f4e6041e263c37a2c4510e01ed748df3 Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Thu, 6 Mar 2025 10:53:27 +0200 Subject: [PATCH 2/2] Add contents read permission to pr-check will make a proper pull request if this works, so the commit name is non-standard --- .github/workflows/pr-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 33d7dad5a..761aa6656 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -4,7 +4,8 @@ jobs: authors: runs-on: ubuntu-latest permissions: - pull-requests: write + contents: read + pull-requests: write steps: - uses: actions/checkout@v1 - name: Check AUTHORS file