Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please let me define head and base manually even if it was triggered by a PR. #254

Open
Liquidmasl opened this issue Dec 9, 2024 · 3 comments

Comments

@Liquidmasl
Copy link

Basically its all in the title.
I need some a bit more complicated checking.

my base and ref branch from the pr should check against another commit altogether, but it seams by request is denied because head and ref is ignored?

@Liquidmasl
Copy link
Author

I cant seam to find a workaround.
the action refuses to respect my base and head refs, also cant call is as workflow call from another action thats triggered by a pr because it inherits the damn event name.
this is driving me nuts

@Liquidmasl
Copy link
Author

repository dispatch and workflow dispatch calling via api or gh cli wont work because it wont clear the ci status check in the pr anymore, at least not trivially.

I am grinding on that for hours now, if not days, just because the provided action wont override ref and base when triggered by a pr...

man i am retireing from github actions

@Liquidmasl
Copy link
Author

okay so pull_request_target also doenst work.

so now whatever i seam to try it doesnt work.

PLEASE just let the user override head and base, I dont understand why the user provided arguments being ignored. If the user would like to ignore it when in a pr action, he could write his own conditionals right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant