-
Notifications
You must be signed in to change notification settings - Fork 8
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
benchmark workflow broken #93
Comments
There should be both fields: |
I believe I understand the issue, taking fastify/point-of-view#408 as an example, the filtered pull_request payload is: But 408 is merging from mweberxyz/point-of-view fork into fastify/point-of-view, so the second @Uzlopak is that the gist of it? |
I think your assessment is right. |
…R base Closes fastify#93 Previously, the second benchmark ran against the default branch of the (potentially forked) repo, which might not be in sync with the PR target repo.
) * fix(plugins-benchmark-pr): ensure comparison benchmarks run against PR base Closes #93 Previously, the second benchmark ran against the default branch of the (potentially forked) repo, which might not be in sync with the PR target repo. * feature(plugins-benchmark-pr): factor up repos and refs and include in output * refactor(plugins-benchmark-pr): inputs to dash case For consistency * refactor(plugins-benchmark-pr): consistency input and output naming, refs in step names * refactor(plugins-benchmark-pr): consistency in step id * docs(plugins-benchmark-pr): label should be removed from base In my fork, the benchmark label was not removed with a 403 after the benchmark run, because it was trying to remove the label from PR in fastify repo — not the PR in forked repo.
Prerequisites
Issue
It seems that github.event.pull_request.head.repo.full_name is potentially incorrect. maybe it has to be github.event.pull_request.base.repo.full_name.
The text was updated successfully, but these errors were encountered: