This commit is contained in:
Vigers Ray 2025-04-11 18:58:23 +03:00
parent 2b145a8d04
commit a26852b5c5
4 changed files with 6 additions and 4 deletions

2
.github/CODEOWNERS vendored
View file

@ -47,3 +47,5 @@
# Ping for all PRs
* @VigersRay
* @pxc1984
* @KaiserMaus

View file

@ -18,4 +18,4 @@ jobs:
with:
dirtyLabel: "Конфликт слияния"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
commentOnDirty: "Этот PR содержит конфликты, пожалуйста, разрешите их, прежде чем мы сможем его оценить."

View file

@ -5,7 +5,7 @@ on:
jobs:
add_label:
# Change the repository name after you've made sure the team name is correct for your fork!
if: ${{ (github.repository == 'space-wizards/space-station-14') && (github.event.review.state == 'APPROVED') }}
if: ${{ (github.repository == 'space-sunrise/space-station-14') && (github.event.review.state == 'APPROVED') }}
permissions:
contents: read
pull-requests: write
@ -20,4 +20,4 @@ jobs:
- if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }}
uses: actions-ecosystem/action-add-labels@v1
with:
labels: "S: Approved"
labels: "Одобрен"

View file

@ -13,4 +13,4 @@ jobs:
- uses: actions-ecosystem/action-add-labels@v1
if: join(github.event.issue.labels) == ''
with:
labels: "Статус: Несортированный"
labels: "Несортированный"