Feature: Modular sync and generic auto-labeling (v2.1.5) - #3
Conversation
- Improved regex to accurately capture close/fix keywords and raw URL issues - Replaced hardcoded ZAP labeler with generic `Auto-labeling Issues and PRs` - Updated Action inputs: `enable-zap-labeling` -> `enable-auto-labeling`, `zap-labels` -> `auto-label-rules` (which accepts JSON) - Version bumped to v2.1.5 with updated CHANGELOG.md and README.md Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Updated `.github/workflows/example.yml` to point to `@v2.1.5` instead of `@v1` to resolve the GitHub Action resolution failure. - Updated the action inputs in `example.yml` from `enable-zap-labeling` and `zap-labels` to the new `enable-auto-labeling` and `auto-label-rules` JSON configuration. Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
- Replaced all instances of `@v1` action reference to `@v2.1.5` in the `.github/workflows/example.yml` file to fix the CI resolution error. Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
This PR improves the robustness of Issue-to-PR syncing and introduces a configurable, modular generic auto-labeling feature to replace the previous hardcoded "ZAP" auto-labeling implementation.
Changes
auto-label-rules), allowing users to define text patterns and match them to labels across both PRs and Issues.enable-zap-labeling->enable-auto-labeling).README.mdandCHANGELOG.mdwith configuration examples and version bump to v2.1.5.PR created automatically by Jules for task 14190092511275194522 started by @kiyarose