Обновить .gitea/workflows/test_prbot.yml
Some checks failed
/ test (pull_request) Failing after 4s
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s

This commit is contained in:
2025-04-29 11:26:15 +00:00
parent 4c89103b96
commit c364976e70

View File

@@ -7,6 +7,7 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps:
- name: Send PRBot feedback - name: Send PRBot feedback
uses: imgurbot12/prbot@v2 uses: imgurbot12/prbot@v2
with: with:
@@ -20,6 +21,7 @@ jobs:
run: | run: |
echo "::error file=app.js,line=1::Missing semicolon" | prbot echo "::error file=app.js,line=1::Missing semicolon" | prbot
echo "::warning file=app.js,line=1,col=5,endColumn=7::Missing semicolon" | prbot echo "::warning file=app.js,line=1,col=5,endColumn=7::Missing semicolon" | prbot
- name: Post PR Feedback - name: Post PR Feedback
if: always() if: always()
run: prbot commit run: prbot commit