-
Notifications
You must be signed in to change notification settings - Fork 1
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
setup upstream workflow #13
Conversation
.github/workflows/upstream-check.yml
Outdated
coverage: none | ||
|
||
- name: set redaxo/php-cs-fixer-config to current branch | ||
run: composer require redaxo/php-cs-fixer-config:dev-${{ github.head_ref }} --no-scripts --no-update --dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Funktioniert das auch, wenn Externe PRs hier im Repo erstellen, die also in einem Fork liegen?
Passiert hier im Repo bisher nicht wirklich. Daher vielleicht irrelevant. Andererseits wäre es aber gerade da auch interessant, die Auswirkungen zu sehen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ne, fork würde aktuell nicht gehen. Aber glaube nicht, dass das aktuell notwendig ist
Danke! |
runs pr changes against dependent repositories to receive early feedback.