Skip to content

Commit 7762dbd

Browse files
authored
Add custom issue label per repo
Closes #11
1 parent 46ae222 commit 7762dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
repo-to-sync: ${{ matrix.repo }}
5353
path-to-sync: ${{ matrix.path }}
5454
cache-path: .sync/${{ matrix.repo }}/${{ matrix.path }}
55-
tracking-issue-label: upstream-sensor-updates-md
55+
tracking-issue-label: updates-${{ matrix.repo }}
5656

5757
# Template for tracking issue title (see available placeholders below)
58-
tracking-issue-title: "Update on {{ path }}: {{ sha-short }}"
58+
tracking-issue-title: "Update of {{ path }}: {{ sha-short }}"
5959

6060
# Template for tracking issue body (see available placeholders below)
6161
tracking-issue-body: |

0 commit comments

Comments
 (0)