Skip to content

Commit

Permalink
Debug approve action
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 18, 2023
1 parent 2d8b935 commit 804cba5
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 2,332 deletions.
167 changes: 0 additions & 167 deletions .github/workflows/appstore-build-publish.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/command-rebase.yml

This file was deleted.

19 changes: 7 additions & 12 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ jobs:
pull-requests: write

steps:
# Github actions bot approve
- uses: hmarr/auto-approve-action@b40d6c9ed2fa10c9a2749eca7eb004418a705501 # v2
if: contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), github.ref) != true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

# Nextcloud bot approve and merge request
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
if: contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), github.ref) != true
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
# GitHub actions bot approve
- run: |
echo '${{ github.ref }}'
echo github.ref
echo contains('/nextcloud/vue-', github.ref)
echo contains('/webrtc-adapter-', github.ref)
echo contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), github.ref)
33 changes: 0 additions & 33 deletions .github/workflows/fixup.yml

This file was deleted.

Loading

0 comments on commit 804cba5

Please sign in to comment.