diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-02-08 09:26:15 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-08 14:56:46 +0100 |
commit | 79bacb09737bacaa42def9211eb1a8c8e033e126 (patch) | |
tree | de5a309a90c9d0dba7f6333a4126b85d1f30c213 | |
parent | 1a5e893cee699481e15d73948cc4e42a5b1c7eae (diff) | |
download | rneovim-79bacb09737bacaa42def9211eb1a8c8e033e126.tar.gz rneovim-79bacb09737bacaa42def9211eb1a8c8e033e126.tar.bz2 rneovim-79bacb09737bacaa42def9211eb1a8c8e033e126.zip |
ci: add write permissions to add-reviewer job
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5eb0185071..17dbf8704d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -36,6 +36,8 @@ jobs: add-reviewer: runs-on: ubuntu-latest needs: ["triage", "type-scope"] + permissions: + pull-requests: write steps: - uses: actions/github-script@v5 with: |