cilium / github-actions

Repository dedicated for the GitHub actions logic executed in cilium/cilium. Also known as the maintainer's little helper (MLH).
Apache License 2.0
5 stars 6 forks source link

checkrun: use url of PR base for owner check #61

Closed mhofstetter closed 1 year ago

mhofstetter commented 1 year ago

Currently, the owner check for forks isn't implemented corretly. It uses the repo name of the PR head instead of the base.

This PR fixes this by using the base of the PR.