lukaszlenart opened a new pull request, #49:
URL: https://github.com/apache/struts-intellij-plugin/pull/49

   ## Summary
   
   - Moves PR artifact comment logic from `pr-artifact.yml` (workflow_run 
trigger) into `build.yml` as a conditional `pr-comment` job
   - Eliminates cross-fork PR failures where `pull_requests` array is empty in 
`workflow_run` events
   - Uses natively available `context.payload.pull_request.number` instead of 
API lookup
   
   ## Test plan
   
   - [ ] Verify the `pr-comment` job runs on PR builds and posts the artifact 
download comment
   - [ ] Verify the job is skipped on push-to-main builds and Dependabot PRs
   - [ ] Verify comment is updated (not duplicated) on subsequent pushes to the 
same PR
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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