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
b1eed25b
Unverified
Commit
b1eed25b
authored
Apr 30, 2022
by
godofredoc
Committed by
GitHub
Apr 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mirroring from master to main. (#102843)
parent
5e7cd483
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
.ci.yaml
.ci.yaml
+0
-1
mirror.yml
.github/workflows/mirror.yml
+25
-0
No files found.
.ci.yaml
View file @
b1eed25b
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
# More information at:
# More information at:
# * https://github.com/flutter/cocoon/blob/main/CI_YAML.md
# * https://github.com/flutter/cocoon/blob/main/CI_YAML.md
enabled_branches
:
enabled_branches
:
-
main
-
master
-
master
-
flutter-\d+\.\d+-candidate\.\d+
-
flutter-\d+\.\d+-candidate\.\d+
...
...
.github/workflows/mirror.yml
0 → 100644
View file @
b1eed25b
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Mirror master to main branches in the flutter repository.
on
:
push
:
branches
:
-
'
master'
jobs
:
mirror_job
:
permissions
:
pull-requests
:
write
runs-on
:
ubuntu-latest
if
:
${{ github.repository == 'flutter/flutter' }}
name
:
Mirror master branch to main branch
steps
:
-
name
:
Mirror action step
id
:
mirror
uses
:
google/mirror-branch-action@c6b07e441a7ffc5ae15860c1d0a8107a3a151db8
with
:
github-token
:
${{ secrets.FLUTTERMIRRORINGBOT_TOKEN }}
source
:
'
master'
dest
:
'
main'
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