From 7c2e8437c9893b082077e2c9f828c250689024ad Mon Sep 17 00:00:00 2001 From: Joe Mahon Date: Mon, 18 Mar 2024 10:26:28 -0400 Subject: [PATCH 1/2] Bug 1883700 - Update README to reflect updated repo migration status --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d68a052a09b..612e35b6d28 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ This repository hosts the Firefox for Android (Fenix), Focus on Android, and Mozilla Android Components projects. -⚠️ This repository will soon be migrated to Mozilla Central. See the [announcement here](https://github.com/mozilla-mobile/firefox-android/wiki#upcoming-migration-to-mozilla-central). +## ⚠️ Repository Migration (March 2024) + +~This repository will soon be migrated to Mozilla Central. See the [announcement here](https://github.com/mozilla-mobile/firefox-android/wiki#upcoming-migration-to-mozilla-central).~ + +**Update: As of Monday, March 18, this repository has been migrated to Mozilla Central. See the [announcement here](https://github.com/mozilla-mobile/firefox-android/wiki#upcoming-migration-to-mozilla-central).** # Firefox for Android From 6fa8813f418c3335b1c86755bdf11a56950961c6 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 18 Mar 2024 19:31:35 +0100 Subject: [PATCH 2/2] Bug 1883651 - turn off ac-update-geckoview on main New development is happening on mozilla-central. --- .github/workflows/ac-update-geckoview.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ac-update-geckoview.yml b/.github/workflows/ac-update-geckoview.yml index 3b3996525cb..ad481cc83f8 100644 --- a/.github/workflows/ac-update-geckoview.yml +++ b/.github/workflows/ac-update-geckoview.yml @@ -28,14 +28,6 @@ jobs: name: "Update GeckoView" runs-on: ubuntu-20.04 steps: - - name: "Update GV (On Main)" - uses: mozilla-mobile/relbot@6.1.0 - if: github.repository == 'mozilla-mobile/firefox-android' - with: - project: android-components - command: update-main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Update GV (On Releases)" uses: mozilla-mobile/relbot@6.1.0 if: github.repository == 'mozilla-mobile/firefox-android'