Skip to content

Commit ed791ae

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

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/workflows/github.repo.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: GitHub - Repository
2+
3+
4+
on:
5+
push:
6+
branches:
7+
- main
8+
paths:
9+
- .github/labels.yaml
10+
- .github/workflows/github.repo.yaml
11+
12+
pull_request:
13+
paths:
14+
- .github/labels.yaml
15+
- .github/workflows/github.repo.yaml
16+
17+
workflow_dispatch: {}
18+
19+
20+
jobs:
21+
sync-labels:
22+
name: Sync Labels
23+
uses: tedilabs/github-actions/.github/workflows/github.repo.sync-labels.yaml@main
24+
25+
permissions:
26+
contents: read
27+
issues: write
28+
29+
with:
30+
config_file: .github/labels.yaml
31+
secrets:
32+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)