From c96d67906e3df61cb70f5ca1eee6957d0ad5894c Mon Sep 17 00:00:00 2001 From: AlexNg Date: Thu, 14 Mar 2024 16:07:24 +0800 Subject: [PATCH] doc: Add instructions if missing permissions --- .github/workflows/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index db2a689..e421977 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -2,6 +2,10 @@ name: Labeler on: [pull_request] +# This workflow will require write permissions on pull requests +# 1. Repository Settings -> Actions -> General -> Workflow permissions +# Check "Read and write permissions" + jobs: labeler: runs-on: ubuntu-latest