forked from firka/flutter
Update old wiki links (#149544)
Part of https://github.com/flutter/flutter/issues/145009 Finishes updating links in the repo that pointed to the old wiki
This commit is contained in:
2
.github/workflows/easy-cp.yml
vendored
2
.github/workflows/easy-cp.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
if: ${{ failure() && steps.attempt-cp.conclusion == 'failure' }}
|
||||
run: |
|
||||
FAILURE_MSG="Failed to create CP due to merge conflicts.<br>"
|
||||
FAILURE_MSG+="You will need to create the PR manually. See [the cherrypick wiki](https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process) for more info."
|
||||
FAILURE_MSG+="You will need to create the PR manually. See [the cherrypick wiki](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md) for more info."
|
||||
gh pr comment ${{ github.event.pull_request.number }} -R flutter/flutter -b "${FAILURE_MSG}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.FLUTTERACTIONSBOT_CP_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user