mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin.git
synced 2026-04-29 22:18:22 -05:00
ci: use AJ bot (#198)
This commit is contained in:
3
.github/workflows/clients-pull-request.yaml
vendored
3
.github/workflows/clients-pull-request.yaml
vendored
@@ -43,12 +43,13 @@ jobs:
|
||||
id: fc
|
||||
with:
|
||||
issue-number: ${{ github.event.number }}
|
||||
comment-author: 'github-actions[bot]'
|
||||
comment-author: 'awesome-jellyfin-bot'
|
||||
body-includes: '<!-- [clients-result] -->'
|
||||
|
||||
- name: Create or Update Comment
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ secrets.AWESOME_JELLYFIN_BOT_TOKEN }}
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.number }}
|
||||
edit-mode: replace
|
||||
|
||||
4
.github/workflows/sorting-pull-check.yaml
vendored
4
.github/workflows/sorting-pull-check.yaml
vendored
@@ -66,15 +66,15 @@ jobs:
|
||||
id: fc
|
||||
with:
|
||||
issue-number: ${{ github.event.number }}
|
||||
comment-author: 'github-actions[bot]'
|
||||
comment-author: 'awesome-jellyfin-bot'
|
||||
body-includes: '<!-- [sort-result] -->'
|
||||
|
||||
- name: Create or Update Sorting Diff Comment
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ secrets.AWESOME_JELLYFIN_BOT_TOKEN }}
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
issue-number: ${{ github.event.number }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body-path: comment_body.txt
|
||||
edit-mode: replace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user