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 46ae222 commit 7762dbdCopy full SHA for 7762dbd
.github/workflows/monitor.yml
@@ -52,10 +52,10 @@ jobs:
52
repo-to-sync: ${{ matrix.repo }}
53
path-to-sync: ${{ matrix.path }}
54
cache-path: .sync/${{ matrix.repo }}/${{ matrix.path }}
55
- tracking-issue-label: upstream-sensor-updates-md
+ tracking-issue-label: updates-${{ matrix.repo }}
56
57
# Template for tracking issue title (see available placeholders below)
58
- tracking-issue-title: "Update on {{ path }}: {{ sha-short }}"
+ tracking-issue-title: "Update of {{ path }}: {{ sha-short }}"
59
60
# Template for tracking issue body (see available placeholders below)
61
tracking-issue-body: |
0 commit comments