Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/merge-dependabot.yml to mat…
Browse files Browse the repository at this point in the history
…ch the template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent 1b82b84 commit 7542e72
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ jobs:
# Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly.

steps:
- run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- run: echo "${{github.repository_owner}}"
- if: github.repository_owner == 'funfair-tech'
- name: "Initialise Workspace"
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Check Owner"
run: echo "${{github.repository_owner}}"
- name: "Auto-Merge"
if: github.repository_owner == 'funfair-tech'
uses: pascalgn/automerge-action@v0.15.6
env:
GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}
Expand Down

0 comments on commit 7542e72

Please sign in to comment.