Merge pull request #5381 from nextcloud/dependabot/github_actions/alexwilson/enable-github-automerge-action-cfdf63acc159f44a09fce21c0c63c336e307a28f

Chore(deps): Bump alexwilson/enable-github-automerge-action from f3e77fa17ba5a11771671361c01f382322c6db03 to cfdf63acc159f44a09fce21c0c63c336e307a28f
This commit is contained in:
Julius Härtl
2023-12-17 09:23:48 +01: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@f3e77fa17ba5a11771671361c01f382322c6db03 # main uses: alexwilson/enable-github-automerge-action@cfdf63acc159f44a09fce21c0c63c336e307a28f # 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 }}