From 47ee11663dc567a4132220e8fc2d55fda5873920 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Wed, 8 Feb 2023 11:35:49 +0100 Subject: [PATCH 1/2] Document required GitHub Actions write permission in quickstart --- docs/quickstart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index c59945eba..bb81ba670 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -86,6 +86,9 @@ $ nox -s pre-commit -- install 1. Sign up at [GitHub]. 2. Create an empty repository for your project. 3. Follow the instructions to push an existing repository from the command line. +4. Make sure that the GitHub Actions have write permissions to the repository. + This is required for the release-drafter and labeler workflows to work. + This setting can be found under Settings -> Actions -> General -> Workflow permissions -> Read and write permissions ### PyPI From 09f8b5fc6b0afca48f131f444ebbf4a12a50a631 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Wed, 8 Feb 2023 12:18:08 +0100 Subject: [PATCH 2/2] Quote help wanted color in labels.yml since it starts with a zero --- .github/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 062b0666e..475983c81 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -39,7 +39,7 @@ color: 7057ff - name: help wanted description: Extra attention is needed - color: 008672 + color: "008672" - name: invalid description: This doesn't seem right color: e4e669