14 Commits

Author SHA1 Message Date
6c5173179c Merge pull request 'Обновить .gitea/workflows/test_prbot.yml' (#17) from alex-patch-3 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 1s
Reviewed-on: #17
2025-04-29 11:33:25 +00:00
7b7b15d715 Обновить .gitea/workflows/test_prbot.yml
All checks were successful
/ test (pull_request) Successful in 5s
Merge Success Notification / notify-on-merge (pull_request) Successful in 0s
2025-04-29 11:28:26 +00:00
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
4c89103b96 Merge pull request 'Добавить .gitea/workflows/test_prbot.yml' (#15) from alex-patch-3 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 0s
Reviewed-on: #15
2025-04-29 11:24:56 +00:00
788405d1fa Добавить .gitea/workflows/test_prbot.yml
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
2025-04-29 11:24:20 +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
90a88f3d36 Merge pull request 'Добавить .gitea/workflows/old_prod_deploy_one_actor.yml' (#11) from alex-patch-2 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
Reviewed-on: #11
2025-04-03 07:07:02 +00:00
68f1fbb529 Добавить .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:06:47 +00:00
c1e848b448 Merge pull request 'Обновить .gitea/workflows/test_realese_secrets.yml' (#10) from alex-patch-2 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
Reviewed-on: #10
2025-04-03 07:02:26 +00:00
4396aefb84 Обновить .gitea/workflows/test_realese_secrets.yml
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 2s
2025-04-03 07:02:06 +00:00
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Send PRBot feedback
uses: imgurbot12/prbot@v2
with:
username: ${{ secrets.ACCOUNT_NAME }}
api_token: ${{ secrets.GITHUBTOKEN }}
- 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

@@ -0,0 +1,12 @@
on:
workflow_dispatch:
inputs:
user-check:
description: "Admin verification"
jobs:
main-job:
if: contains(format(',{0},', secrets.ADMIN_USERS), format(',{0},', github.actor))
runs-on: ubuntu-latest
steps:
- run: echo "Админ встречен!"