From c65a225f76ab492c3d188cd00301958fc661cf0d Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 29 Jun 2021 07:47:06 +0000 Subject: [PATCH] Updating command-rebase.yml workflow from template Signed-off-by: GitHub --- .github/workflows/command-rebase.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index 1eea580d3..5427a713f 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: