Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor GitHub Actions workflows #1298

Merged
merged 4 commits into from
Feb 28, 2025
Merged

Refactor GitHub Actions workflows #1298

merged 4 commits into from
Feb 28, 2025

Conversation

nakamura-to
Copy link
Member

This pull request improves workflow maintainability and facilitates releases.

Removed branch restriction in the Gradle release plugin configuration by setting 'requireBranch' to an empty value. This allows releases to be made from any branch instead of being limited to 'master'.
Updated the release-drafter action to explicitly set the default `commitish` to `master`. This ensures proper draft creation from the correct branch for consistent release management.
Replaced `actions/github-script` with a direct `gh api` call to fetch the latest draft release title.
@github-actions github-actions bot added the ci label Feb 28, 2025
@nakamura-to nakamura-to merged commit cf3ea6a into master Feb 28, 2025
13 checks passed
@nakamura-to nakamura-to deleted the ci/refactor branch February 28, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant