From 7762dbd0784a2a3746ffbf467c284697f1a8869e Mon Sep 17 00:00:00 2001 From: Michael Hosmar Date: Thu, 15 Aug 2024 21:58:22 -0400 Subject: [PATCH] Add custom issue label per repo Closes #11 --- .github/workflows/monitor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monitor.yml b/.github/workflows/monitor.yml index 310e3cf..e46a2ef 100644 --- a/.github/workflows/monitor.yml +++ b/.github/workflows/monitor.yml @@ -52,10 +52,10 @@ jobs: repo-to-sync: ${{ matrix.repo }} path-to-sync: ${{ matrix.path }} cache-path: .sync/${{ matrix.repo }}/${{ matrix.path }} - tracking-issue-label: upstream-sensor-updates-md + tracking-issue-label: updates-${{ matrix.repo }} # Template for tracking issue title (see available placeholders below) - tracking-issue-title: "Update on {{ path }}: {{ sha-short }}" + tracking-issue-title: "Update of {{ path }}: {{ sha-short }}" # Template for tracking issue body (see available placeholders below) tracking-issue-body: |