-
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/gradle.props, sync templates, clean up build.gradle (#…
…10184) * Update actions/gradle.props, sync templates, clean up build.gradle * Uncache language task * Do we want manual trigger for release? * Rename release.yml to release.yaml * Update 11-log-report.yaml
- Loading branch information
Showing
10 changed files
with
102 additions
and
112 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
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,14 +1,12 @@ | ||
Closes # | ||
Closes # | ||
Closes # | ||
|
||
# Changes proposed in this pull request: | ||
- | ||
# Changes proposed in this pull request | ||
- | ||
- | ||
|
||
## Testing | ||
- [ ] Yes I tested this before submitting it. | ||
- [ ] I also did a multiplayer test. | ||
|
||
[ ] Yes I tested this before submitting it. | ||
[ ] I also did a multiplayer test. | ||
|
||
Review please | ||
Review please |
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,31 +1,28 @@ | ||
name: Build and Test PRs or General Branches | ||
name: Build and Pre-release | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- synchronize | ||
- opened | ||
- ready_for_review | ||
- reopened | ||
push: | ||
branches: | ||
- 'feature/**' | ||
- 'bugfix/**' | ||
- 'hotfix/**' | ||
- 'fix/**' | ||
- 'features/**' | ||
- synchronize | ||
- labeled | ||
- unlabeled | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
contents: read | ||
statuses: write | ||
packages: write | ||
|
||
jobs: | ||
release: | ||
build: | ||
uses: ldtteam/operapublicacreator/.github/workflows/gradle.build.yaml@ng7 | ||
with: | ||
java: 21 | ||
secrets: | ||
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }} | ||
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }} | ||
secrets: inherit | ||
pre-release: | ||
uses: ldtteam/operapublicacreator/.github/workflows/gradle.prerelease.yaml@ng7 | ||
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && contains( github.event.pull_request.labels.*.name, 'Pre-release') | ||
with: | ||
java: 21 | ||
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
branches: | ||
- "version/*" | ||
- "release/*" | ||
- "testing/*" | ||
|
||
permissions: | ||
contents: write | ||
statuses: write | ||
|
||
jobs: | ||
release: | ||
uses: ldtteam/operapublicacreator/.github/workflows/gradle.publish.yaml@ng7 | ||
with: | ||
java: 21 | ||
curse_release_type: ${{ contains(github.ref, 'release') && 'release' || 'beta' }} | ||
secrets: inherit |
This file was deleted.
Oops, something went wrong.
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
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