-
Notifications
You must be signed in to change notification settings - Fork 0
Feat: Setup CI workflow and add some new rules #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds initial automation and dependency management configuration: Renovate presets, GitHub Actions workflows for PR metadata and git hygiene, labeling/auto-assign configs, and a basic Prettier setting.
- Introduces Renovate root config and augments default Renovate settings (commit prefix, base branch, package rules).
- Adds CI workflows for PR labeling/assignment and blocking fixup commits.
- Adds Prettier prose wrapping and label/auto-assign configuration files.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| renovate.json | New root Renovate config enabling only GitHub Actions manager and extending shared presets |
| default.json | Adds commit prefix, base branch, and a global packageRules block with minimumReleaseAge |
| .prettierrc.json | Adds Prettier prose wrapping rule |
| .github/workflows/pr-meta.yaml | Adds workflow to auto-assign author and apply labels on PR open/reopen |
| .github/workflows/git.yaml | Adds workflow to block merging PRs containing fixup commits |
| .github/pr-labeler.yaml | Defines branch-to-label mapping for PR labeling action |
| .github/auto_assign.yaml | Configures auto-assign behavior for PRs |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this 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 7 out of 7 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this 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 7 out of 7 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
* auto assigning the author of the PR * auto assigning the labels base on conventional naming
There was a problem hiding this 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 6 out of 6 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.