ы
This commit is contained in:
parent
2b145a8d04
commit
a26852b5c5
4 changed files with 6 additions and 4 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -47,3 +47,5 @@
|
|||
|
||||
# Ping for all PRs
|
||||
* @VigersRay
|
||||
* @pxc1984
|
||||
* @KaiserMaus
|
||||
|
|
|
|||
2
.github/workflows/labeler-conflict.yml
vendored
2
.github/workflows/labeler-conflict.yml
vendored
|
|
@ -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 содержит конфликты, пожалуйста, разрешите их, прежде чем мы сможем его оценить."
|
||||
|
|
|
|||
4
.github/workflows/labeler-review.yml
vendored
4
.github/workflows/labeler-review.yml
vendored
|
|
@ -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: "Одобрен"
|
||||
|
|
|
|||
2
.github/workflows/labeler-untriaged.yml
vendored
2
.github/workflows/labeler-untriaged.yml
vendored
|
|
@ -13,4 +13,4 @@ jobs:
|
|||
- uses: actions-ecosystem/action-add-labels@v1
|
||||
if: join(github.event.issue.labels) == ''
|
||||
with:
|
||||
labels: "Статус: Несортированный"
|
||||
labels: "Несортированный"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue