Merge pull request #5949 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-445561e3e8a963aba407c0aa2664bd38a0acf2f3

This commit is contained in:
dependabot[bot]
2024-06-03 22:54:48 +00:00
committed by GitHub

View File

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