7 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
9673863357 Merge pull request 'Обновить .gitea/workflows/old_prod_deploy_one_actor.yml' (#13) from alex-patch-2 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
Reviewed-on: #13
2025-04-03 07:09:25 +00:00
a12f407e19 Обновить .gitea/workflows/old_prod_deploy_one_actor.yml
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 2s
2025-04-03 07:09:17 +00:00
b501bb17b1 Merge pull request 'Обновить .gitea/workflows/old_prod_deploy_one_actor.yml' (#12) from alex-patch-2 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
Reviewed-on: #12
2025-04-03 07:08:25 +00:00
d57125f85e Обновить .gitea/workflows/old_prod_deploy_one_actor.yml
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 2s
2025-04-03 07:08:13 +00:00
3 changed files with 31 additions and 3 deletions

View File

@@ -1,9 +1,12 @@
on:
workflow_dispatch:
inputs:
user-check:
description: "Admin verification"
jobs:
main-job:
if: github.actor == 'alex'
if: github.actor == 'alex'
runs-on: ubuntu-latest
steps:
- run: echo "Админ встречен! Если что"
- run: echo "Админ встречен!"

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