ci: use AJ bot (#198)

This commit is contained in:
Daniel
2025-03-16 22:05:19 +01:00
committed by GitHub
parent 09221c69a8
commit b380abfb0a
2 changed files with 4 additions and 3 deletions

View File

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

View File

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