chore: add reusable workflows and release-please#6
Merged
Conversation
Contributor
Author
|
I'll work on this when #5 with the new Gradle configuration is merged. |
03414ed to
b272683
Compare
* feat: implement player login * chore: update gradle plugin to conventions plugin * refactor: remove lots of duplicated code which is already present from player.proto * fix: align plugin name to naming conventions * fix: Register missing providers manually * fix: use full kubernetes url * fix: improve error handling * feat: use envs for configuring plugin * feat: use grpc-conventions plugin --------- Co-authored-by: ItsKev <kevin.huber@hotmail.com>
b272683 to
0a57f63
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds release-please configuration and migrates existing GitHub Actions workflows to use reusable workflows from the groundsgg/.github repository.
Changes:
- Added release-please configuration files for automated release management
- Migrated CI workflow to use a reusable Gradle CI workflow
- Added new workflows for release-please automation and label synchronization
- Added a release workflow for publishing to GitHub Packages and creating releases
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| release-please-config.json | Configures release-please with release type and package settings |
| .release-please-manifest.json | Sets initial version to 0.0.1 for release-please tracking |
| .github/workflows/release.yml | Defines workflow for building and publishing releases when tags are pushed |
| .github/workflows/release-please.yml | Integrates reusable release-please workflow for automated release PRs |
| .github/workflows/labels.yml | Adds workflow for synchronizing repository labels |
| .github/workflows/ci.yml | Migrates CI to use reusable Gradle CI workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ItsKev
approved these changes
Jan 19, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Add reusable workflows and release-please configuration.
Type of Change
Related Issues
None
Testing
Checklist