-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade refined architect and refined storage
- Loading branch information
1 parent
86d1ae1
commit fe745a9
Showing
10 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
types: [ opened, synchronize, reopened ] | ||
jobs: | ||
build: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 | ||
with: | ||
mutation-testing: false | ||
secrets: inherit |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ on: | |
type: string | ||
jobs: | ||
draft: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 | ||
with: | ||
release-type: ${{ inputs.release-type }} | ||
version-number-override: ${{ inputs.version-number-override }} | ||
|
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ on: | |
types: [ labeled, unlabeled, reopened ] | ||
jobs: | ||
unsupported-labeler: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- closed | ||
jobs: | ||
publish-release: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 | ||
secrets: inherit | ||
with: | ||
project-name: 'Refined Storage - JEI Integration' | ||
|
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ on: | |
- cron: '0 0 * * *' | ||
jobs: | ||
lock: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ name: Validate branch name | |
on: [ pull_request ] | ||
jobs: | ||
validate-branch-name: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ on: | |
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ] | ||
jobs: | ||
validate-changelog: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ name: Validate commit messages | |
on: [ pull_request ] | ||
jobs: | ||
validate-commit-messages: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].1 | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected].2 |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
refinedstorageVersion=2.0.0-milestone.4.1 | ||
refinedstorageVersion=2.0.0-milestone.4.2 | ||
jeiVersion=19.1.0.17 | ||
# Gradle | ||
org.gradle.jvmargs=-Xmx1G |
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