Skip to content

Conversation

@literat
Copy link
Owner

@literat literat commented Oct 6, 2025

No description provided.

@literat literat requested a review from Copilot October 6, 2025 13:22
Copy link

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

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.

Copy link

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 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.

Copy link

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 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
Copy link

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 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.

@literat literat merged commit 05a0105 into main Oct 6, 2025
1 check passed
@literat literat deleted the feat/rules branch October 6, 2025 14:53
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.

2 participants