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

report-only-changed-files does not work for forks when using workflow_run #159

Open
cecheta opened this issue Mar 18, 2024 · 0 comments · May be fixed by #160
Open

report-only-changed-files does not work for forks when using workflow_run #159

cecheta opened this issue Mar 18, 2024 · 0 comments · May be fixed by #160

Comments

@cecheta
Copy link

cecheta commented Mar 18, 2024

When using workflow_run or workflow_dispatch, the base and head are determined directly from the branches of the PR. However, this does not work for forks, because the head branch is in a different repo.

This can be used by using label instead of ref, as this includes the repo owner, e.g. MishaKav:main

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

Successfully merging a pull request may close this issue.

1 participant