Skip to content

Commit

Permalink
Merge branch 'main' into crowdin-stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 authored Jul 22, 2024
2 parents f3ee780 + 5777e00 commit 8ae9a32
Show file tree
Hide file tree
Showing 4 changed files with 4,402 additions and 3,425 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/first_contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request_target:
types: [opened]

permissions:
issues: write
pull_requests: write

jobs:
greeting:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request_target:
types: [opened, reopened, edited, synchronize, labeled]

permissions:
pull-requests: write

jobs:
add_labels_reviewers_assignees:
name: Add labels, reviewers & assignees
Expand Down
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
package.json
pnpm-lock.yaml
.vscode/issue-query.github-issues
README.md
crowdin.yml
crowdin.yml
/i18n/**

Loading

0 comments on commit 8ae9a32

Please sign in to comment.