Skip to content

Feature: Modular sync and generic auto-labeling (v2.1.5) - #3

Merged
kiyarose merged 3 commits into
mainfrom
feature/modular-sync-and-auto-labeling-14190092511275194522
Aug 4, 2026
Merged

Feature: Modular sync and generic auto-labeling (v2.1.5)#3
kiyarose merged 3 commits into
mainfrom
feature/modular-sync-and-auto-labeling-14190092511275194522

Conversation

@kiyarose

@kiyarose kiyarose commented Aug 4, 2026

Copy link
Copy Markdown
Member

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

  • Improved issue matching regex to better capture closed/fixed issues and direct GitHub links.
  • Generalized auto-labeling to accept JSON input (auto-label-rules), allowing users to define text patterns and match them to labels across both PRs and Issues.
  • Renamed relevant inputs (e.g., enable-zap-labeling -> enable-auto-labeling).
  • Updated README.md and CHANGELOG.md with configuration examples and version bump to v2.1.5.

PR created automatically by Jules for task 14190092511275194522 started by @kiyarose

- 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>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 2 commits August 4, 2026 15:41
- 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>
@kiyarose
kiyarose merged commit c374189 into main Aug 4, 2026
0 of 2 checks passed
@kiyarose
kiyarose deleted the feature/modular-sync-and-auto-labeling-14190092511275194522 branch August 4, 2026 15: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.

1 participant