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

Commit 7ff9a28

Browse files
Update labels config
1 parent 7d1d525 commit 7ff9a28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/label-sync.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: actions/checkout@v2
1313

1414
- name: Sync labels
15-
uses: lannonbr/issue-label-manager-action@2.0.0
16-
with:
17-
github-token: ${{ secrets.GITHUB_TOKEN }}
18-
file: .github/labels.json
15+
uses: lannonbr/issue-label-manager-action@3.0.0
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)