github-action: add pr builder for easier testing#170
github-action: add pr builder for easier testing#170shwstppr wants to merge 1 commit intoapache:mainfrom
Conversation
09f1a9a to
addb7e1
Compare
|
This needs whitelisting peter-evans/find-comment@v3 and peter-evans/create-or-update-comment@v4 |
|
@shwstppr how about adding |
done |
|
@shwstppr the GHA run 3 times, is it intended ? |
|
@weizhouapache I think that is some GHA discrepancy in general as it is also showing build (on: pull_request) runner multiple times too. I'll check though |
Adds a Github action to build binary for Linux x86-64 for easier testing of PRs. A comment will be added in the PR. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
Not working without community actions. Closing for now |
|
Works on shwstppr#3 now |
Adds a Github action to build binary for Linux x86-64 for easier testing of PRs. A comment will be added in the PR.
Workflow runs on
pull_request_targetand has two jobs - build, comment.commentjob needs issues:write permission due to which the workflow can run only when it is present on main.buildjob only has read permission to prevent insecure permissionsTested here: shwstppr#3