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

Commit 424714d

Browse files
Update labels config
1 parent 905c55a commit 424714d

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
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": "バグ",
11+
"description": "バグaaaa",
1212
"delete": true
1313
},
1414
{

.github/workflows/label-sync.yaml

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

99
jobs:
1010
label-sync:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Check out code
14-
uses: actions/checkout@v2
15-
16-
- name: Sync labels
17-
uses: lannonbr/issue-label-manager-action@3.0.0
13+
- uses: actions/checkout@1.0.0
14+
- uses: lannonbr/issue-label-manager-action@3.0.0
1815
env:
1916
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2017
with:

0 commit comments

Comments
 (0)