Files
test_prod_deploy/.gitea/workflows/test_prbot.yml
Workflow config file is invalid. Please check your config file: yaml: line 8: did not find expected key
alex 788405d1fa
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
Добавить .gitea/workflows/test_prbot.yml
2025-04-29 11:24:20 +00:00

25 lines
762 B
YAML

on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
- 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