Skip to content

Commit

Permalink
chore: prettier & remove unnecessary crowdin PR guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Aug 26, 2024
1 parent b8c8721 commit df26e36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE/manual-crowdin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

## Languages changed

*
-

<!-- lang-country codes go here -->
<!-- + means addition, - means removal, = means modification -->

## Issues solved

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Label & comment if PR has conflict
uses: eps1lon/[email protected]
with:
dirtyLabel: "Merge conflict identified"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts with the base branch, which is ${{ github.base_ref }}. Please resolve them."
commentOnClean: "Resolved conflicts!"
dirtyLabel: "Merge conflict identified"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts with the base branch, which is ${{ github.base_ref }}. Please resolve them."
commentOnClean: "Resolved conflicts!"

- name: Assign/unassign reviewers
if: github.event.action == 'ready_for_review'
Expand Down

0 comments on commit df26e36

Please sign in to comment.