Merge pull request #5827 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-4a254667962d854167b3b74dcbcc0138926a81ca

Chore(deps): Bump alexwilson/enable-github-automerge-action from 5a508f46e70d6723b62d752352280eb6f7abf9d0 to 4a254667962d854167b3b74dcbcc0138926a81ca
This commit is contained in:
Julius Härtl
2024-05-07 22:17:30 +02:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ jobs:
# Enable GitHub auto merge
- name: Auto merge
uses: alexwilson/enable-github-automerge-action@5a508f46e70d6723b62d752352280eb6f7abf9d0 # main
uses: alexwilson/enable-github-automerge-action@4a254667962d854167b3b74dcbcc0138926a81ca # main
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}