Compare commits

2 Commits

Author SHA1 Message Date
7904a0df72 Merge pull request 'Обновить .gitea/workflows/test_prbot.yml' (#16) from alex-patch-3 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 1s
Reviewed-on: #16
2025-04-29 11:27:30 +00:00
c364976e70 Обновить .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
2025-04-29 11:26:15 +00:00

View File

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