mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
Updating command-rebase.yml workflow from template
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
5cd6e06eb3
commit
c65a225f76
1 changed files with 9 additions and 0 deletions
9
.github/workflows/command-rebase.yml
vendored
9
.github/workflows/command-rebase.yml
vendored
|
@ -6,6 +6,7 @@
|
||||||
on:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [ created ]
|
types: [ created ]
|
||||||
|
|
||||||
name: Automatic Rebase
|
name: Automatic Rebase
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -16,6 +17,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
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
|
- name: Checkout the latest code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue