Skip to content

ci: use GitHub App to authenticate PSR and PR title validation#2

Merged
SiegeSailor merged 57 commits into
mainfrom
release
Apr 12, 2026
Merged

ci: use GitHub App to authenticate PSR and PR title validation#2
SiegeSailor merged 57 commits into
mainfrom
release

Conversation

@SiegeSailor
Copy link
Copy Markdown
Owner

@SiegeSailor SiegeSailor commented Nov 9, 2025

Summary

This MR enhances the workflow and adds and updates health files.

Changes

  • Add action steps
    • CashStory/commitizen-action-pr@1.0.1 for validating PR titles
    • actions/create-github-app-token@v2 for retrieving the GitHub app token
  • Update poetry dependency formats
  • Add and update various health files

Checklist

@SiegeSailor SiegeSailor self-assigned this Nov 9, 2025
Copilot AI review requested due to automatic review settings November 9, 2025 08:05
@SiegeSailor SiegeSailor added documentation Improvements or additions to documentation feature New feature or request labels Nov 9, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modernizes the CI/CD workflow by integrating GitHub App authentication for Python Semantic Release, adding PR title validation via Commitizen, and updating project health files including the Apache 2.0 license and contributing guidelines.

Key Changes

  • Replaced GITHUB_TOKEN with GitHub App token for semantic release operations to enable bypassing branch protection rules
  • Added CashStory/commitizen-action-pr@1.0.1 for PR title validation
  • Standardized dependency declaration format in pyproject.toml with parentheses notation

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
.github/workflows/continuous-delivery.yml Added GitHub App token generation step and PR title validation; renamed commitlint job to linting; updated token references throughout release job
pyproject.toml Reformatted dependencies with parentheses; added dependency-groups for lint and dev; pinned poetry-core version; added commitizen version tracking
releaserc.toml Updated commit message format to follow conventional commits; added version_toml configuration for commitizen
README.md Added pipe characters to markdown links; removed poetry installation step from local setup; updated install command to exclude dev dependencies; added poetry version requirement
.github/CONTRIBUTING.md Restructured to add dedicated development environment setup section; updated branching diagram syntax; added release process documentation; simplified commitlint setup instructions
.github/SECURITY.md Added disclaimer about API key limitations and sponsor information
LICENSE.md Added Apache License 2.0 full text
.github/FUNDING.yml Added GitHub Sponsors configuration
CHANGELOG.md Added v1.0.0-release.8 changelog entries

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread .github/SECURITY.md Outdated
Comment thread .github/SECURITY.md Outdated
Signed-off-by: Jin Yu Zhang <39463416+SiegeSailor@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 9, 2025 19:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/continuous-delivery.yml Outdated
@SiegeSailor SiegeSailor changed the title ci: use GitHub App to authenticate PSR, validate PR title, and update health files ci: use GitHub App to authenticate PSR and PR title validation Nov 9, 2025
Copilot AI review requested due to automatic review settings November 9, 2025 19:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/continuous-delivery.yml
Comment thread .github/CONTRIBUTING.md Outdated
Copilot AI review requested due to automatic review settings November 9, 2025 20:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 10, 2025 01:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@SiegeSailor SiegeSailor merged commit ee7a83b into main Apr 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants