blob: 4c86ce357bc6f5920dcd7b31e3cbb3da0c052bd8 [file] [log] [blame]
# 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 engine repository.
on:
push:
branches:
- 'master'
jobs:
mirror_job:
permissions:
pull-requests: write
runs-on: ubuntu-latest
name: Mirror main branch to master branch
steps:
- name: Mirror action step
id: mirror
uses: google/mirror-branch-action@c6b07e441a7ffc5ae15860c1d0a8107a3a151db8
with:
github-token: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }}
source: 'master'
dest: 'main'