Merge pull request #5601 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-bdb24621a1bdc3338767bcc8bb544cd5e77c6d55

This commit is contained in:
Julius Härtl
2024-02-19 12:43:47 +01:00
committed by GitHub

View File

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