Skip to content

feat: add /sub-issue, /parent-issue, and unlink variants to comment-commands#5148

Merged
Yicong-Huang merged 1 commit into
apache:mainfrom
Ma77Ball:feat/sub-issue-command
May 22, 2026
Merged

feat: add /sub-issue, /parent-issue, and unlink variants to comment-commands#5148
Yicong-Huang merged 1 commit into
apache:mainfrom
Ma77Ball:feat/sub-issue-command

Conversation

@Ma77Ball
Copy link
Copy Markdown
Contributor

@Ma77Ball Ma77Ball commented May 22, 2026

What changes were proposed in this PR?

Adds four sub-issue comment commands to .github/workflows/comment-commands.yml:

  • /sub-issue #N [#M ...] — on a parent, links #N as sub-issues.
  • /unsub-issue #N [#M ...] — on a parent, unlinks #N.
  • /parent-issue #N — on a child, sets #N as its parent.
  • /unparent-issue [#N] — on a child, removes its parent (auto-detected via GraphQL if omitted).

Follows the existing /take / /request-review pattern in the same workflow. Cross-repo refs are skipped.

Any related issues, documentation, or discussions?

closes: #5147

How was this PR tested?

Tested on my github fork of Texera: Ma77Ball#55

Was this PR authored or co-authored using generative AI tooling?

Co-Authored with Claude Opus 4.7

@Ma77Ball
Copy link
Copy Markdown
Contributor Author

/request-review @Yicong-Huang

@github-actions github-actions Bot added feature ci changes related to CI labels May 22, 2026
@github-actions github-actions Bot requested a review from Yicong-Huang May 22, 2026 07:37
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.33%. Comparing base (07be263) to head (c62ab98).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5148      +/-   ##
============================================
- Coverage     43.34%   43.33%   -0.02%     
+ Complexity     2212     2209       -3     
============================================
  Files          1049     1049              
  Lines         40560    40560              
  Branches       4322     4322              
============================================
- Hits          17582    17577       -5     
- Misses        21886    21889       +3     
- Partials       1092     1094       +2     
Flag Coverage Δ
access-control-service 39.53% <ø> (ø)
agent-service 33.76% <ø> (ø)
amber 43.78% <ø> (-0.03%) ⬇️
computing-unit-managing-service 0.00% <ø> (ø)
config-service 0.00% <ø> (ø)
file-service 32.18% <ø> (ø)
frontend 34.61% <ø> (ø)
python 90.50% <ø> (ø)
workflow-compiling-service 56.81% <ø> (ø)

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@Yicong-Huang Yicong-Huang left a comment

Choose a reason for hiding this comment

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

LGTM. Please announce on dev mail list by replying the existing thread. We can try if this helps.

@Yicong-Huang Yicong-Huang added this pull request to the merge queue May 22, 2026
Merged via the queue into apache:main with commit 662c8cb May 22, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci changes related to CI feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add /sub-issue and /parent-issue comment commands for linking sub-issues from either end

3 participants