diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4c7060ec00..8144edd740 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,3 +47,5 @@ # Ping for all PRs * @VigersRay +* @pxc1984 +* @KaiserMaus diff --git a/.github/workflows/labeler-conflict.yml b/.github/workflows/labeler-conflict.yml index a30bfdfb62..ff75447f67 100644 --- a/.github/workflows/labeler-conflict.yml +++ b/.github/workflows/labeler-conflict.yml @@ -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 содержит конфликты, пожалуйста, разрешите их, прежде чем мы сможем его оценить." diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index 0adfee7d0e..ff16c850c3 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -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: "Одобрен" diff --git a/.github/workflows/labeler-untriaged.yml b/.github/workflows/labeler-untriaged.yml index 128e8f21ee..aa3bf20200 100644 --- a/.github/workflows/labeler-untriaged.yml +++ b/.github/workflows/labeler-untriaged.yml @@ -13,4 +13,4 @@ jobs: - uses: actions-ecosystem/action-add-labels@v1 if: join(github.event.issue.labels) == '' with: - labels: "Статус: Несортированный" + labels: "Несортированный"