Skip to content

Commit 8c5d4b8

Browse files
committed
ci(rebase): react on comment when rebase starts
1 parent 84bd69d commit 8c5d4b8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/rebase.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ jobs:
88
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '@jellyfin-bot rebase') && github.event.comment.author_association == 'MEMBER'
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Notify as seen
12+
uses: peter-evans/create-or-update-comment@v1.4.4
13+
with:
14+
token: ${{ secrets.GH_TOKEN }}
15+
comment-id: ${{ github.event.comment.id }}
16+
reactions: +1
1117
- name: Checkout the latest code
1218
uses: actions/checkout@v2
1319
with:
1420
token: ${{ secrets.GH_TOKEN }}
1521
fetch-depth: 0
16-
1722
- name: Automatic Rebase
1823
uses: cirrus-actions/rebase@1.4
1924
env:

0 commit comments

Comments
 (0)