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.
changed-lines
1 parent eb386f4 commit fc978f3Copy full SHA for fc978f3
2 files changed
.github/workflows/quality-monitor-comment.yml
@@ -41,7 +41,7 @@ jobs:
41
id: quality-gates
42
run: echo "json=$(jq -c . .github/quality-gates.json)" >> "$GITHUB_OUTPUT"
43
- name: Run Quality Monitor and Comment on PR
44
- uses: uhafner/quality-monitor@v4.0.0-SNAPSHOT
+ uses: uhafner/quality-monitor@changed-lines
45
with:
46
sha: ${{ steps.pr.outputs.sha }}
47
config: ${{ steps.quality-monitor.outputs.json }}
.github/workflows/update-badges.yml
@@ -51,7 +51,7 @@ jobs:
51
id: quality-monitor
52
run: echo "json=$(jq -c . .github/quality-monitor.json)" >> "$GITHUB_OUTPUT"
53
- name: Run Quality Monitor
54
55
56
57
comments-strategy: ADD
0 commit comments