Обновить .gitea/workflows/test_prbot.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user