Skip to content

Commit 95a42c8

Browse files
committed
use common workflows
1 parent d977d63 commit 95a42c8

File tree

3 files changed

+8
-83
lines changed

3 files changed

+8
-83
lines changed

.github/workflows/dependabot_auto_approve_and_merge.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/pr_title_check.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/pull_request.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@ env:
99

1010
jobs:
1111
pr_title_format_check:
12-
uses: ./.github/workflows/pr_title_check.yml
12+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@13024fccca97e125d448ca9bc4616cfd413197fe
1313

1414
quality_checks:
1515
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
1616
secrets:
1717
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1818

19+
dependabot-auto-approve-and-merge:
20+
needs: quality_checks
21+
uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@5dd998ea44b2e412ea51544b565be3d67f54dc41
22+
secrets:
23+
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
24+
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
25+
1926
get_issue_number:
2027
runs-on: ubuntu-22.04
2128
outputs:

0 commit comments

Comments
 (0)