summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-06-29 11:08:21 +0200
committerGitHub <noreply@github.com>2021-06-29 11:08:21 +0200
commit556f51efb41824fd3ae25620c58f8b48d06fc36d (patch)
treed9d2de4c052f63e9ab8378e5201baf16a62153a2
parent73c5738ac7ad124419a26b51e4f5c69325919eff (diff)
parent2fdd8c40efd415c9927b256c12ed20ad0e7ca46a (diff)
downloadnextcloud-server-556f51efb41824fd3ae25620c58f8b48d06fc36d.tar.gz
nextcloud-server-556f51efb41824fd3ae25620c58f8b48d06fc36d.zip
Merge pull request #27672 from nextcloud/feat/workflow-auto-update
Updating command-rebase.yml workflow from template
-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: