Conversation
chore(deps): update actions/cache action to v6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update actions/labeler action to v7
chore(deps): update astral-sh/setup-uv action to v9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): lock file maintenance
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7 to 7.6.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v7...v7.6.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…login-action-4.5.2 chore(github-actions): bump docker/login-action from 4 to 4.5.2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-drafter/release-drafter-7.6.0 chore(github-actions): bump release-drafter/release-drafter from 7 to 7.6.0
…289) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Configuration changes, Dependencies
Description
Update GitHub Actions to their latest versions.
Introduce GitHub Environments and Branch Protection for
developandmain.Add Zed editor settings and Prettier configuration for JSON files.
Update Python project dependencies and
ruffconfiguration.Refactor release and settings workflows, including default branch to
develop.Diagram Walkthrough
flowchart LR A[GitHub Actions] --> B{Update Action Versions}; C[New GitHub Configurations] --> D[Environments]; C --> E[Branch Protection]; F[Editor Configurations] --> G[Zed Settings]; F --> H[Prettier JSON]; I[Python Dependencies] --> J[pyproject.toml & ruff.toml]; B & D & E & G & H & J --> K[CI/CD Workflows Refactor];File Walkthrough
9 files
Update `setup-uv` action to v9.0.0Update `checkout` and `action-actionlint` actions to latest versionsUpdate Docker-related GitHub Actions and Hadolint actionUpdate Docker-related GitHub Actions and Hadolint actionUpdate `checkout` action to v7Update `labeler` action to v7Update `checkout` action to v7Update `pr-agent` action to v0.41.1Update various Python project dependencies9 files
Add GitHub Environments configuration for Develop, Production, andGitHub PagesAdd branch protection rules for the `develop` branchChange push branch to `develop` and update Docker-related actionsChange push branch to `develop` and update Docker-related actionsAdd `develop` branch to push trigger and update Codecov actionsAdd Prettier configuration for JSON filesAdd Zed editor settings for formatting, file types, and languageserversAdd a list of custom words for codebook toolIgnore `CPY001` rule in Ruff configuration4 files
Add pull request write permissions and checkout step for bot approvalAddgithub-pagesenvironment and updatecheckoutandcacheactionsRefactor release workflow with separate jobs for
developandproductionRefactor settings workflow to manage branches, environments, pages,and permissions1 files
Remove the Draft Release workflow