We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f42ff commit ed791aeCopy full SHA for ed791ae
.github/workflows/github.repo.yaml
@@ -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
14
15
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