diff options
Diffstat (limited to '.github/workflows/dependabot.yml')
| -rw-r--r-- | .github/workflows/dependabot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f6563f6..7f4b5c6 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -13,6 +13,11 @@ jobs: if: ${{ github.actor_id == '49699333' }} # Dependabot runs-on: alrest-xe-site steps: + - uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} + submodules: true - name: Enable Pull Request Automerge run: gh pr merge --squash --auto ${{ github.event.number }} env: |
