Skip to content

Commit

Permalink
Merge pull request #286 from nextcloud/dependabot/github_actions/work…
Browse files Browse the repository at this point in the history
…flow-templates/alexwilson/enable-github-automerge-action-bbf06919fba9b58f6a2e5c7705d0ae4c940160ed

chore(deps): Bump alexwilson/enable-github-automerge-action from 6c0b9bd6dc6e5d625277df5e63e5d6198116e32c to bbf06919fba9b58f6a2e5c7705d0ae4c940160ed in /workflow-templates
  • Loading branch information
juliusknorr authored Feb 1, 2024
2 parents 6ede94a + cb24b29 commit 544dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/update-nextcloud-ocp-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

0 comments on commit 544dc2e

Please sign in to comment.