diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-11 15:29:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-11 15:29:08 +0000 |
commit | 6ae3fcf9b5806ee758b28fd2ad35e7b5a7b3ab49 (patch) | |
tree | 88144af895fa1fd561bfdc11a5d7b118691a5ff9 /.github | |
parent | a7b932cb52f6d0a332d6f7410b633b3cacc7e66b (diff) | |
download | nextcloud-server-6ae3fcf9b5806ee758b28fd2ad35e7b5a7b3ab49.tar.gz nextcloud-server-6ae3fcf9b5806ee758b28fd2ad35e7b5a7b3ab49.zip |
Updating command-rebase.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/command-rebase.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index 5ad39a1e2de..78fcf5d1918 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') @@ -32,7 +37,7 @@ jobs: token: ${{ secrets.COMMAND_BOT_PAT }} - name: Automatic Rebase - uses: cirrus-actions/rebase@1.6 + uses: cirrus-actions/rebase@1.7 env: GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }} |