Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 7d1d525

Browse files
Update labels config
1 parent fb48c5f commit 7d1d525

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/label-sync.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Label Sync
33
on:
44
push:
55
branches: [init]
6-
paths:
7-
- .github/labels.json
86

97
jobs:
108
label-sync:
119
runs-on: ubuntu-latest
1210
steps:
13-
- uses: actions/checkout@1.0.0
14-
- uses: lannonbr/issue-label-manager-action@4.0.0
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
- name: Check out code
12+
uses: actions/checkout@v2
13+
14+
- name: Sync labels
15+
uses: lannonbr/issue-label-manager-action@2.0.0
1716
with:
18-
delete: true
17+
github-token: ${{ secrets.GITHUB_TOKEN }}
18+
file: .github/labels.json

0 commit comments

Comments
 (0)