From 14ca116b862992154ce70c600c97b017de3be0cf Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 11 Jun 2022 15:15:00 +0000 Subject: [PATCH] Updating command-rebase.yml workflow from template Signed-off-by: Nextcloud bot --- .github/workflows/command-rebase.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index 29e1dd5a59..78fcf5d191 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -9,9 +9,14 @@ on: issue_comment: types: created +permissions: + contents: read + jobs: rebase: runs-on: ubuntu-latest + permissions: + contents: none # On pull requests and if the comment starts with `/rebase` if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase')