raulcd commented on issue #46014: URL: https://github.com/apache/arrow/issues/46014#issuecomment-3299340519
I did a small test and `gh workflow run` even when using the valid ref/branch doesn't report on the checks section of the PR which makes the approach quite useless. Other things I found, it would require permissions `actions: write` on the bot comment action to trigger the workflow and we would require `workflow_dispatch` on the workflows to be able to be triggered by the bot. The action I was testing looked like this: https://github.com/apache/arrow/compare/72b0346003c23775021eef6f0f801cb6b44307a5...raulcd:arrow:test-comment-bot An example of the workflow triggered: https://github.com/raulcd/arrow/actions/runs/17770172354 And the PR without any reference to that workflow: https://github.com/raulcd/arrow/pull/96 -- 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]
