13 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
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
3b299f02b2 Merge pull request 'test_realise_yml_add' (#9) from realiese_test_branch into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 1s
Reviewed-on: #9
2025-04-02 16:01:27 +00:00
8bc6003be8 test_realise_yml_add
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
2025-04-02 18:42:41 +03:00
4 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
on:
workflow_dispatch:
inputs:
user-check:
description: "Admin verification"
jobs:
main-job:
if: github.actor == 'alex'
runs-on: ubuntu-latest
steps:
- 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

@@ -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 "Админ встречен!"

View File

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