You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I write /test in my PR it'll trigger the dispatcher and also the action which listens on the Event but it will alway use the main branch. Is there a way to use the PR branch? As you can see I tried using the ref argument but thats not recognized.
Hi,
I'm trying to implement a custom workflow which runs on the branch of the PR where the command was triggered.
My trigger looks like this:
If I write
/testin my PR it'll trigger the dispatcher and also the action which listens on the Event but it will alway use the main branch. Is there a way to use the PR branch? As you can see I tried using therefargument but thats not recognized.My custom action to be triggered looks like this:
I verfied that the commit hash was wrong in the GitHub UI:


This commit is from the main branch and not from my PR:
Expected behaviour would be, that it checks out the branch which is associated with the Pull Request where I typed the command. Is this even possible?