Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/7c3dcf20ef00357c64d311d6426e29868fde37fc You should set ROOT_URL correctly, otherwise the web may not work correctly.

Create reaction-comments.yml

pull/4256/head
shamoon 2 months ago
parent c12a5c01f6
commit 7c3dcf20ef

@ -0,0 +1,20 @@
name: 'Reaction Comments'
on:
issue_comment:
types: [created, edited]
pull_request_review_comment:
types: [created, edited]
schedule:
- cron: '0 0 * * *'
permissions:
actions: write
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/reaction-comments@v4
Loading…
Cancel
Save