Merge pull request #1366 from nextcloud/feat/workflow-auto-update

Updating command-rebase.yml workflow from template
This commit is contained in:
John Molakvoæ 2021-06-29 11:08:44 +02:00 committed by GitHub
commit f9449db82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: