Skip to content

Commit

Permalink
Add custom issue label per repo
Browse files Browse the repository at this point in the history
Closes #11
  • Loading branch information
mhosmar-cpr authored Aug 16, 2024
1 parent 46ae222 commit 7762dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7762dbd

Please sign in to comment.