Skip to content

Commit

Permalink
Merge pull request #499 from refinedmods/fix/GH-210/crowdincommits
Browse files Browse the repository at this point in the history
fix: crowdin commit message and pr label
  • Loading branch information
raoulvdberge authored Mar 16, 2024
2 parents 0b7f4cd + 617f008 commit 2ce6804
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
jobs:
draft:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
with:
release-type: ${{ inputs.release-type }}
version-number-override: ${{ inputs.version-number-override }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-for-unsupported-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ labeled, unlabeled, reopened ]
jobs:
unsupported-labeler:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- closed
jobs:
publish-release:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
secrets: inherit
with:
project-name: 'Refined Storage'
2 changes: 1 addition & 1 deletion .github/workflows/resolved-issue-locking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
- cron: '0 0 * * *'
jobs:
lock:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
2 changes: 1 addition & 1 deletion .github/workflows/validate-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate branch name
on: [ pull_request ]
jobs:
validate-branch-name:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
2 changes: 1 addition & 1 deletion .github/workflows/validate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
validate-changelog:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
2 changes: 1 addition & 1 deletion .github/workflows/validate-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate commit messages
on: [ pull_request ]
jobs:
validate-commit-messages:
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].3
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].5
5 changes: 4 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
project_identifier: refined-storage-2
commit_message: "chore: update translations from crowdin"
commit_message: "chore: update translation %language% from crowdin"
append_commit_message: false
api_key_env: CROWDIN_API_KEY
base_path: .
pull_request_labels:
- skip-changelog
files:
- source: /refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/en_us.json
translation: /refinedstorage2-platform-common/src/main/resources/assets/refinedstorage2/lang/%locale_with_underscore%.json
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle.ext.refinedArchitectVersion = "0.11.3"
gradle.ext.refinedArchitectVersion = "0.11.5"

dependencyResolutionManagement {
repositories {
Expand Down

0 comments on commit 2ce6804

Please sign in to comment.