Yicong-Huang opened a new pull request, #4606:
URL: https://github.com/apache/texera/pull/4606

   ### What changes were proposed in this PR?
   
   Consolidate the two PR-open automation jobs into a single check:
   
   - Move `Auto-assign / assign-pr-author` into the `Pull Request Labeler / 
labeler` job as an additional step, gated on `action == 'opened'` with the same 
bot/assignee guards.
   - Reduce `auto-assign.yml` to just `credit-issue-on-pr-merge`. It now 
triggers on `pull_request_target: [closed]` and is gated on 
`pull_request.merged == true`, instead of running on both `opened` and `closed`.
   
   Net effect: PR-open events produce a single check (`Pull Request Labeler / 
labeler`), and the merge-time issue credit logic remains isolated under 
`Auto-assign / credit-issue-on-pr-merge`.
   
   ### Any related issues, documentation, discussions?
   Closes #4605
   
   ### How was this PR tested?
   Workflow-only change; will be exercised by CI on this PR.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   Generated-by: Claude Opus 4.7


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to