Skip to content

Commit

Permalink
Merge pull request #6076 from nextcloud/dependabot/github_actions/ale…
Browse files Browse the repository at this point in the history
…xwilson/enable-github-automerge-action-772cbfd2817d6418fff7dfcfff0962d0af42d813
  • Loading branch information
juliushaertl committed Jul 6, 2024
2 parents 5abee10 + a01d178 commit aaad943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/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@95df6f3009ad99156b8b23cd8b0f26b815333981 # main
uses: alexwilson/enable-github-automerge-action@772cbfd2817d6418fff7dfcfff0962d0af42d813 # 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 aaad943

Please sign in to comment.