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

Commit fb48c5f

Browse files
Update labels config
1 parent 424714d commit fb48c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/labels.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"name": "bug",
1010
"color": "F05032",
11-
"description": "バグaaaa",
11+
"description": "バグaaaaa",
1212
"delete": true
1313
},
1414
{

.github/workflows/label-sync.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@1.0.0
14-
- uses: lannonbr/issue-label-manager-action@3.0.0
14+
- uses: lannonbr/issue-label-manager-action@4.0.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
with:

0 commit comments

Comments
 (0)