Skip to content

Commit aba84ad

Browse files
author
Tedilabs Bot
committed
chore: update .github/workflows/github.repo.yaml via Terraform
1 parent 438c461 commit aba84ad

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/github.repo.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
branches:
77
- main
88
paths:
9-
- .github/labels.yaml
9+
- .github/labels*.yaml
1010
- .github/workflows/github.repo.yaml
1111

1212
pull_request:
1313
paths:
14-
- .github/labels.yaml
14+
- .github/labels*.yaml
1515
- .github/workflows/github.repo.yaml
1616

1717
workflow_dispatch: {}
@@ -20,13 +20,20 @@ on:
2020
jobs:
2121
sync-labels:
2222
name: Sync Labels
23+
strategy:
24+
matrix:
25+
config_file:
26+
- .github/labels.yaml
27+
- .github/labels.common.yaml
2328
uses: tedilabs/github-actions/.github/workflows/github.repo.sync-labels.yaml@main
2429

2530
permissions:
2631
contents: read
2732
issues: write
2833

2934
with:
30-
config_file: .github/labels.yaml
35+
config_file: ${{ matrix.config_file }}
36+
skip_delete: true
37+
dry_run: ${{ github.event_name == 'pull_request' }}
3138
secrets:
3239
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)