Skip to content

Commit 1e43dda

Browse files
feat: Add risks_v6 tag to GitHub CI workflows
- Add 'risks_v6' tag to overmindtech/actions/submit-plan in both automatic and manual workflows - This will help identify and track changes using the latest risks v6 model - Tag will be visible in Overmind dashboard for filtering and reporting Changes: - .github/workflows/automatic.yml: Added tags: 'risks_v6' to submit-plan action - .github/workflows/manual.yml: Added tags: 'risks_v6' to submit-plan action
1 parent d15a3e7 commit 1e43dda

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/automatic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
with:
101101
ovm-api-key: ${{ secrets.OVM_API_KEY }}
102102
plan-json: ./tfplan.json
103+
tags: 'risks_v6'
103104

104105
- name: Install prerequisites
105106
if: github.event.pull_request.merged == true

.github/workflows/manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
ovm-api-key: ${{ secrets.OVM_API_KEY }}
4242
plan-json: ./tfplan.json
43+
tags: 'risks_v6'
4344

4445
- uses: overmindtech/actions/start-change@main
4546
continue-on-error: true

0 commit comments

Comments
 (0)