Conversation
chore(deps): bump pyasn1 from 0.6.2 to 0.6.3 in the uv group across 1 directory
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps the uv group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@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): bump requests from 2.32.5 to 2.33.0 in the uv group across 1 directory
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update codecov/codecov-action action to v6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
delete: disable-autolabeler
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, Dependencies
Description
Configure GitHub Environments for
Develop,Production, andgithub-pages.Refactor CI/CD workflows for release, deployment, and repository settings.
Introduce Zed editor and Prettier configurations for consistent formatting.
Update GitHub Actions to their latest major versions.
Diagram Walkthrough
flowchart LR A[settings.yml] --> B{Configure GitHub Settings}; B -- "defines" --> C[environments.json]; B -- "defines" --> D[protection.json]; C -- "used by" --> E[release.yml]; C -- "used by" --> F[gh-deploy.yml]; D -- "applies to" --> G[develop branch];File Walkthrough
6 files
Define GitHub Environments for Develop, Production, and GitHub Pages.Add branch protection rules for the `develop` branch.Assign `github-pages` environment to deployment job.Add Prettier configuration for JSON file types.Add Zed editor settings for various languages and formatters.Add custom dictionary words for codebook linter.4 files
Add checkout step and pull request write permissions.Change push trigger to `develop` and update Docker actions.Change push trigger to `develop` and update Docker actions.Add `develop` branch trigger and update Codecov action.3 files
Update Docker Buildx and Metadata actions to newer versions.Update Docker Buildx and Metadata actions to newer versions.Update PR Agent action to version `v0.34`.3 files
Remove draft release workflow.Refactor release workflow for push triggers and environments.Refactor settings workflow to manage environments, permissions, andbranch protection.