-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Adding autosubmit configuration pointer file #3521
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
Conversation
.github/autosubmit.yml
Outdated
|
||
# This file will be added to flutter's internal repository. | ||
# TODO: publish design doc and link here. | ||
config_path: 'autosubmit/flutter/autosubmit_main.yml' |
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.
Should this have a newline before EOF?
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.
Yes. thank you!
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.
Okay it did but for some reason there is something in this repo that removes the empty line. Adding two empty lines fixed the issue.
* Adding autosubmit pointer file * Forgot to add a space before EOF. * Updated with link to wiki. * Addign newline on end of file. * Remove trailing blank line.
Adding the pointer file that points to the autosubmit configuration in flutter/.github.
List which issues are fixed by this PR. You must list at least one issue.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.