Skip to content

Commit 2b36072

Browse files
committed
ci: Update workflows
Signed-off-by: Joas Schilling <[email protected]>
1 parent dbedf7d commit 2b36072

File tree

4 files changed

+6
-162
lines changed

4 files changed

+6
-162
lines changed

.github/workflows/command-rebase.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/dependabot-approve-merge.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
pull-requests: write
2929

3030
steps:
31+
- name: Disabled on forks
32+
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
33+
run: |
34+
echo 'Can not approve PRs from forks'
35+
exit 1
36+
3137
# Github actions bot approve
3238
- uses: hmarr/auto-approve-action@b40d6c9ed2fa10c9a2749eca7eb004418a705501 # v2
3339
with:

.github/workflows/node-when-unrelated.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/phpunit-summary-when-unrelated.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)