Clean up at .github due to repo rename (#23580)

* update .github after repo rename

* update

* Update PULL_REQUEST_TEMPLATE.md

---------

Co-authored-by: M-ZubairAhmed <m-zubairahmed@protonmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Saturnino Abril
2023-06-05 20:12:08 +08:00
коммит произвёл GitHub
родитель bfa1a41f3f
Коммит 1926455a00
5 изменённых файлов: 9 добавлений и 10 удалений

2
.github/workflows/server-ci-template.yml поставляемый
Просмотреть файл

@@ -147,7 +147,7 @@ jobs:
cd ..
git clone --depth=1 --no-single-branch https://github.com/mattermost/mattermost-api-reference.git
cd mattermost-api-reference
echo "Trying to checkout the same branch on mattermost-api-reference as mattermost-server"
echo "Trying to checkout the same branch on mattermost-api-reference as mattermost"
git checkout $GITHUB_HEAD_REF || git checkout $GITHUB_BASE_REF || true
make build
cd ../mattermost