зеркало из https://github.com/nextcloud/text.git
ci: Update workflows
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
930082ae22
Коммит
1e311c0c08
|
@ -33,6 +33,12 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Disabled on forks
|
||||||
|
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
|
||||||
|
run: |
|
||||||
|
echo 'Can not approve PRs from forks'
|
||||||
|
exit 1
|
||||||
|
|
||||||
- uses: mdecoleman/pr-branch-name@bab4c71506bcd299fb350af63bb8e53f2940a599 # v2.0.0
|
- uses: mdecoleman/pr-branch-name@bab4c71506bcd299fb350af63bb8e53f2940a599 # v2.0.0
|
||||||
id: branchname
|
id: branchname
|
||||||
with:
|
with:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче