We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26b01f commit 5231658Copy full SHA for 5231658
.github/workflows/pull_request.yml
@@ -8,6 +8,12 @@ env:
8
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
9
10
jobs:
11
+ dependabot-auto-approve-and-merge:
12
+ needs: quality_checks
13
+ uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@5b176f0bba32ef623dee7d134391160c0058402d
14
+ secrets:
15
+ AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
16
+ AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
17
get_asdf_version:
18
runs-on: ubuntu-22.04
19
outputs:
0 commit comments