Rename default branch references to main (#2689)
Summary: I really hope I hit everything and didn't break anything that wasn't referring to branch names. Pull Request resolved: https://github.com/facebook/flipper/pull/2689 Test Plan: _eyes CI |[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D30305789/V2/flipper/) Reviewed By: timur-valiev Differential Revision: D30305789 Pulled By: passy fbshipit-source-id: 5daaa09250bb96bb50be679fc01dae86c666eb73
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1a4c26a42b
commit
781df776f2
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -2,7 +2,7 @@ name: Docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
2
.github/workflows/publish-pods.yml
vendored
2
.github/workflows/publish-pods.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
||||
- Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions.
|
||||
- Also make sure that all the dependencies are updated to the latest one.
|
||||
- This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
|
||||
base: "master"
|
||||
base: "main"
|
||||
branch-suffix: short-commit-hash
|
||||
labels: automated pr
|
||||
env:
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'desktop/package.json'
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
tag_name: ${{ steps.tag-version-commit.outputs.tag }}
|
||||
release_name: ${{ steps.tag-version-commit.outputs.tag }}
|
||||
body: |
|
||||
See https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md
|
||||
See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md
|
||||
for full notes.
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user