feat: 15.8.1.123 #1
Merged
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.
This pull request introduces several enhancements and updates across various files to improve workflows, templates, and repository configurations. Key changes include the addition of GitHub Actions workflows for automation, updates to pull request templates, and adjustments to repository ownership and funding configurations.
GitHub Actions Workflows:
.github/workflows/ami-release-nix.ymland.github/workflows/ami-release-nix-single.ymlfor automating AMI builds with PostgreSQL versions, including multi-stage builds and artifact uploads to S3. [1] [2].github/workflows/check-shellscripts.ymlto validate shell scripts using ShellCheck..github/workflows/ci.ymlto enforce merge requirements by validating PostgreSQL release version formats.Pull Request Templates:
default.mdandextension_upgrade.mdtemplates for pull requests to standardize information provided during PR creation. [1] [2].github/pull_request_template.mdto guide contributors to select appropriate sub-templates.Repository Configuration:
.github/CODEOWNERSto assign ownership of specific files and directories to relevant teams..github/FUNDING.ymlto reflect the new GitHub Sponsors usernametealbase.Miscellaneous:
.envrc.recommendedto includewatch_fileanduse flakefor Nix shell environments..github/actions/shared-checkout/action.ymlfor a reusable GitHub Action to checkout repositories in workflows.