3 Commits

Author SHA1 Message Date
1713ccf1c5 test 2025-09-15 01:27:21 +03:00
6f36ac40db Обновить README.md 2025-09-14 22:14:47 +00:00
3917954441 Добавить .gitea/workflows/test_prbot.yml
Some checks failed
Merge Success Notification / notify-on-merge (pull_request) Has been cancelled
2025-04-29 11:19:39 +00:00
2 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
- name: Send PRBot feedback
uses: imgurbot12/prbot@v2
with:
gitea: ${{ secrets.GITEAURL }}
user: ${{ secrets.ACCOUNT_NAME }}
token: ${{ secrets.GITHUBTOKEN }}
number: ${{ github.event.pull_request.number }}
repo: ${{ secrets.REPOSITORY }}
- name: Do Something With Errors
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

View File

@@ -1,3 +1,4 @@
# test_prod_deploy
Злобный тест
Злобный тест
fefe