-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prettier & remove unnecessary crowdin PR guideline
- Loading branch information
1 parent
b8c8721
commit df26e36
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|