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
and should also trigger on PRs that are from forks
This is covered in the readme -- you have to enable building forks, with all the security considerations.
It should only trigger on open PRs
Unfortunately this won't be possible unless we look at the API. This is when it starts to bleed into what Buildkite is doing -- ideally you have the hook setup to only build PRs (as they're opened) rather than when the branch is pushed
ideally you have the hook setup to only build PRs (as they're opened) rather than when the branch is pushed
Unless i'm misunderstanding, any time a PR is pushed to, it ideally should build, not just when it opens
This is covered in the readme -- you have to enable building forks, with all the security considerations.
I don't see the word fork anywhere in the readme. It happens to be in the screenshot, but thats unrelated to the issue I was seeing when i tried this plugin
Seems like this triggers updates on any branches that have a PR to the default branch, regardless if they are open or closed.
It should only trigger on open PRs, and should also trigger on PRs that are from forks
The text was updated successfully, but these errors were encountered: