Conversation
chore(deps): update docker/metadata-action action to v6
…-7.x chore(deps): update docker/build-push-action action to v7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps the uv group with 1 update in the / directory: [tornado](https://github.com/tornadoweb/tornado). Updates `tornado` from 6.5.4 to 6.5.5 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.4...v6.5.5) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.5 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump tornado from 6.5.4 to 6.5.5 in the uv group across 1 directory
…drafter-7.x chore(deps): update release-drafter/release-drafter action to v7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…p-token-3.x chore(deps): update actions/create-github-app-token action to v3
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
Description
Configure GitHub environments and branch protection for the
developbranch.Refactor release workflow for
developandmainbranches.Introduce Zed editor settings and Prettier configuration for JSON files.
Update GitHub Actions dependencies and workflow triggers to include
develop.Diagram Walkthrough
flowchart LR A[GitHub Workflows] --> B{Configuration Updates} B --> C[Environments & Branch Protection] B --> D[Release Workflow Refactor] B --> E[Workflow Trigger Updates] F[New Editor Configurations] --> G[Zed Settings] F --> H[Prettier JSON Formatting] F --> I[Codebook Word List]File Walkthrough
10 files
Define GitHub environments for Develop, Production, and GitHub Pages.Add branch protection rules for the `develop` branch.Remove draft release workflow.Assign `github-pages` environment to the deployment workflow.Change trigger branch to `develop` and update Docker actions.Change trigger branch to `develop` and update Docker actions.Adddevelopbranch to test workflow triggers and update token action.Add Prettier configuration for JSON file formatting.Introduce Zed editor settings for code formatting and languageservers.Add `codebook` configuration with a list of recognized words.3 files
Add permissions and checkout step to the approval workflow.Refactor release workflow fordevelopandmainbranches withenvironments.
Enhance settings workflow to manage environments, permissions, andbranch defaults.3 files
Update Docker-related GitHub Actions versions for devcontainer.Update Docker-related GitHub Actions versions for Docker image build.Update PR Agent action to version 0.32.