Skip to content

Add automation for v3 label assignments#3845

Merged
ReneWerner87 merged 4 commits intomainfrom
codex/2025-11-06-13-42-29
Nov 6, 2025
Merged

Add automation for v3 label assignments#3845
ReneWerner87 merged 4 commits intomainfrom
codex/2025-11-06-13-42-29

Conversation

@ReneWerner87
Copy link
Member

Summary

  • add a workflow that watches for the v3 label on issues and pull requests
  • automatically add labeled items to the configurable v3 project using actions/add-to-project
  • assign the matching milestone through a GitHub Script step

Testing

  • make audit (fails: govulncheck cannot reach vuln.go.dev)
  • make generate
  • make betteralign
  • make modernize
  • make format
  • make test

https://chatgpt.com/codex/tasks/task_e_690ca17e7fec8326be1e971f56a0c978

Copilot AI review requested due to automatic review settings November 6, 2025 13:42
@ReneWerner87 ReneWerner87 requested a review from a team as a code owner November 6, 2025 13:42
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 6, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • .github/workflows/v3-label-automation.yml is excluded by !**/*.yml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/2025-11-06-13-42-29

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Nov 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.13%. Comparing base (af49240) to head (c199441).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3845      +/-   ##
==========================================
- Coverage   92.17%   92.13%   -0.05%     
==========================================
  Files         115      115              
  Lines        9760     9760              
==========================================
- Hits         8996     8992       -4     
- Misses        485      489       +4     
  Partials      279      279              
Flag Coverage Δ
unittests 92.13% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
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 introduces a new GitHub Actions workflow that automatically assigns issues and pull requests to a v3 project board and milestone when they are labeled with 'v3'.

  • Adds automation for v3 project and milestone assignment based on label triggers
  • Uses GitHub Actions to add items to project board and assign milestones
  • Implements inline JavaScript logic to find and assign the v3 milestone

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ReneWerner87 ReneWerner87 merged commit 3bdc475 into main Nov 6, 2025
14 checks passed
@ReneWerner87 ReneWerner87 deleted the codex/2025-11-06-13-42-29 branch November 6, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants