Skip to content

v0.0.1#179

Open
a5chin wants to merge 179 commits into
mainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 179 commits into
mainfrom
develop

Conversation

@a5chin

@a5chin a5chin commented Feb 21, 2026

Copy link
Copy Markdown
Owner

User description

Type of Change

  • Hotfix
  • Bug Fix
  • Dependency Update
  • Feature
  • Refactor
  • CI/CD
  • Documentation

Related Issues

Breaking Changes

  • No breaking changes
  • API signature changed
  • Configuration changed
  • Behavior changed
  • Dependencies changed
  • Features removed

Checklist

  • Dependencies added/updated
  • New environment variables
  • Performance impact assessed
  • Security implications reviewed
  • Deployment notes

Additional Context


PR Type

Enhancement, Bug fix, Dependencies


Description

  • Updated GitHub Actions workflows and dependencies to latest versions.

  • Introduced GitHub Environments and enhanced branch protection for develop and main.

  • Refactored release process for develop and main branches.

  • Added configuration for Zed editor, Prettier, and custom word list.


Diagram Walkthrough

flowchart LR
  A[.github/workflows/setting.yml] -- "Configures" --> B[.github/environments.json];
  A -- "Applies" --> C[.github/protection.json];
  B -- "Defines" --> D[GitHub Environments];
  C -- "Enforces" --> E[Branch Protection Rules];
  F[.github/workflows/release.yml] -- "Utilizes" --> D;
  F -- "Manages" --> G[Release Process];
  H[Other Workflows] -- "Update Action Versions" --> I[Updated GitHub Actions];
  J[pyproject.toml] -- "Bumps" --> K[Python Dependencies];
  L[.zed/settings.json] -- "Adds" --> M[Zed Editor Configuration];
  N[.prettierrc.json] -- "Adds" --> O[Prettier Configuration];
  P[codebook.toml] -- "Adds" --> Q[Custom Word List];
Loading

File Walkthrough

Relevant files
Dependencies
9 files
action.yml
Updated `setup-uv` action to version `v9.0.0`                       
+1/-1     
actionlint.yml
Updated `actions/checkout` to version `v7`                             
+1/-1     
devcontainer.yml
Updated Docker-related GitHub Actions to newer versions   
+5/-5     
docker.yml
Updated Docker-related GitHub Actions to newer versions   
+5/-5     
format.yml
Updated `actions/checkout` to version `v7`                             
+2/-2     
labeler.yml
Updated `actions/labeler` to version `v7`                               
+1/-1     
lint.yml
Updated `actions/checkout` to version `v7`                             
+3/-3     
pr-agent.yml
Updated `qodo-ai/pr-agent` to version `v0.39.0`                   
+1/-1     
pyproject.toml
Updated several Python dependencies to newer versions       
+14/-14 
Configuration changes
8 files
environments.json
Added GitHub environment configurations for Develop, Production, and
github-pages
+23/-0   
protection.json
Added branch protection rules for the `develop` branch     
+15/-0   
draft.yml
Removed the draft release workflow                                             
+0/-27   
publish-app.yml
Changed push trigger branch to develop and updated Docker-related
actions
+6/-6     
publish-devcontainer.yml
Changed push trigger branch to develop and updated Docker-related
actions
+6/-6     
.prettierrc.json
Added Prettier configuration for JSON files                           
+11/-0   
settings.json
Added Zed editor settings for formatting, language servers, and tab
sizes
+48/-0   
codebook.toml
Added a custom word list for `codebook`                                   
+117/-0 
Enhancement
5 files
approve.yml
Added `pull-requests: write` permission and `actions/checkout@v7`
+6/-0     
gh-deploy.yml
Configured github-pages environment and updated actions/checkout and
actions/cache
+4/-2     
release.yml
Refactored release workflow for develop and main branches with
environment support
+36/-9   
setting.yml
Added environment and permission configuration jobs, set develop as
default branch
+92/-14 
test.yml
Added `develop` branch to push trigger and updated Codecov actions
+4/-3     

dependabot Bot and others added 30 commits May 29, 2026 12:33
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.14...0.15.15)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.15
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ruff requirement from >=0.15.14 to >=0.15.15
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/checkout 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>
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant