Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
3ce2ab91
Unverified
Commit
3ce2ab91
authored
Jul 29, 2022
by
Christopher Fujino
Committed by
GitHub
Jul 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto-submit pub packages autoroll PRs (#108635)
parent
d9ce9be0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CODEOWNERS
CODEOWNERS
+1
-0
packages_autoroller.dart
dev/conductor/core/lib/src/packages_autoroller.dart
+3
-2
packages_autoroller_test.dart
dev/conductor/core/test/packages_autoroller_test.dart
+2
-0
No files found.
CODEOWNERS
View file @
3ce2ab91
...
@@ -14,5 +14,6 @@
...
@@ -14,5 +14,6 @@
/packages/flutter_test/lib/src/_goldens_io.dart @Piinks
/packages/flutter_test/lib/src/_goldens_io.dart @Piinks
/packages/flutter_test/lib/src/_goldens_web.dart @Piinks
/packages/flutter_test/lib/src/_goldens_web.dart @Piinks
/packages/flutter_test/lib/src/goldens.dart @Piinks
/packages/flutter_test/lib/src/goldens.dart @Piinks
/packages/flutter_tools/pubspec.yaml @christopherfujino
/packages/flutter_tools/templates/module/ios/ @jmagman
/packages/flutter_tools/templates/module/ios/ @jmagman
/packages/flutter_tools/templates/**/Podfile* @jmagman
/packages/flutter_tools/templates/**/Podfile* @jmagman
dev/conductor/core/lib/src/packages_autoroller.dart
View file @
3ce2ab91
...
@@ -176,6 +176,8 @@ This PR was generated by `flutter update-packages --force-upgrade`.
...
@@ -176,6 +176,8 @@ This PR was generated by `flutter update-packages --force-upgrade`.
String
base
=
FrameworkRepository
.
defaultBranch
,
String
base
=
FrameworkRepository
.
defaultBranch
,
bool
draft
=
false
,
bool
draft
=
false
,
})
async
{
})
async
{
const
List
<
String
>
labels
=
<
String
>[
'tool'
,
'autosubmit'
];
// We will wrap title and body in double quotes before delegating to gh
// We will wrap title and body in double quotes before delegating to gh
// binary
// binary
await
cli
(
await
cli
(
...
@@ -190,8 +192,7 @@ This PR was generated by `flutter update-packages --force-upgrade`.
...
@@ -190,8 +192,7 @@ This PR was generated by `flutter update-packages --force-upgrade`.
'
$orgName
:
${await featureBranchName}
'
,
'
$orgName
:
${await featureBranchName}
'
,
'--base'
,
'--base'
,
base
,
base
,
'--label'
,
for
(
final
String
label
in
labels
)
...<
String
>[
'--label'
,
label
],
'tool'
,
if
(
draft
)
if
(
draft
)
'--draft'
,
'--draft'
,
],
],
...
...
dev/conductor/core/test/packages_autoroller_test.dart
View file @
3ce2ab91
...
@@ -454,6 +454,8 @@ void main() {
...
@@ -454,6 +454,8 @@ void main() {
FrameworkRepository
.
defaultBranch
,
FrameworkRepository
.
defaultBranch
,
'--label'
,
'--label'
,
'tool'
,
'tool'
,
'--label'
,
'autosubmit'
,
]),
]),
const
FakeCommand
(
command:
<
String
>[
const
FakeCommand
(
command:
<
String
>[
'gh'
,
'gh'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment