Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/command-rebase.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index 1eea580d339..5427a713f5c 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -6,6 +6,7 @@
on:
issue_comment:
types: [ created ]
+
name: Automatic Rebase
jobs:
@@ -16,6 +17,14 @@ jobs:
runs-on: ubuntu-latest
steps:
+ - name: Add reaction on start
+ uses: peter-evans/create-or-update-comment@v1
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ repository: ${{ github.event.repository.full_name }}
+ comment-id: ${{ github.event.comment.id }}
+ reaction-type: "+1"
+
- name: Checkout the latest code
uses: actions/checkout@v2
with: