We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/silverstripe/silverstripe-simple/blob/3/.github/workflows/merge-up.yml we see this: github.repository_owner == 'silverstripe-themes' Should be github.repository_owner == 'silverstripe'
github.repository_owner == 'silverstripe-themes'
github.repository_owner == 'silverstripe'
This is causing the merge-ups to not run for that repository. It's theoretically possible other repos are similarly incorrect.
The text was updated successfully, but these errors were encountered:
This will probably be resolved by #45
I've blocked this card on that issue and put this in awaiting to confirm later
Sorry, something went wrong.
This was fixed
No branches or pull requests
In https://github.com/silverstripe/silverstripe-simple/blob/3/.github/workflows/merge-up.yml we see this:
github.repository_owner == 'silverstripe-themes'
Should be
github.repository_owner == 'silverstripe'
This is causing the merge-ups to not run for that repository. It's theoretically possible other repos are similarly incorrect.
The text was updated successfully, but these errors were encountered: