We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bd69d commit 8c5d4b8Copy full SHA for 8c5d4b8
1 file changed
.github/workflows/rebase.yml
@@ -8,12 +8,17 @@ jobs:
8
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '@jellyfin-bot rebase') && github.event.comment.author_association == 'MEMBER'
9
runs-on: ubuntu-latest
10
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
17
- name: Checkout the latest code
18
uses: actions/checkout@v2
19
with:
20
token: ${{ secrets.GH_TOKEN }}
21
fetch-depth: 0
-
22
- name: Automatic Rebase
23
uses: cirrus-actions/rebase@1.4
24
env:
0 commit comments