Revert "Update link branches to main" (#146880)

Reverts flutter/flutter#146558

Causes failure
This commit is contained in:
Pierre-Louis
2024-04-17 13:25:18 +02:00
committed by GitHub
parent f2be9bcad5
commit 33a9643b5d
41 changed files with 53 additions and 118 deletions

View File

@@ -53,7 +53,7 @@ jobs:
# TODO(xilaizhang): remove this step once the template is available on release branches.
- name: Get CP Template
run: |
curl -o PULL_REQUEST_CP_TEMPLATE.md https://raw.githubusercontent.com/flutter/flutter/main/.github/PR_TEMPLATE/PULL_REQUEST_CP_TEMPLATE.md
curl -o PULL_REQUEST_CP_TEMPLATE.md https://raw.githubusercontent.com/flutter/flutter/master/.github/PR_TEMPLATE/PULL_REQUEST_CP_TEMPLATE.md
- name: Create PR on CP success
if: ${{ steps.attempt-cp.conclusion == 'success' }}
working-directory: ./flutter