Skip to content

Commit fcbe3ef

Browse files
committed
style: 코드 정렬
1 parent 31aafd3 commit fcbe3ef

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
fix:
2-
- head-branch: ['^fix/', '^bugfix/']
2+
- head-branch: [ '^fix/', '^bugfix/' ]
33

44
hotfix:
5-
- head-branch: ['^hotfix/']
5+
- head-branch: [ '^hotfix/' ]
66

77
feat:
8-
- head-branch: ['^feat/', '^feature/']
8+
- head-branch: [ '^feat/', '^feature/' ]
99

1010
docs:
11-
- head-branch: ['^docs/']
11+
- head-branch: [ '^docs/' ]
1212

1313
refactor:
14-
- head-branch: ['^refactor/']
14+
- head-branch: [ '^refactor/' ]
1515

1616
test:
17-
- head-branch: ['^test/']
17+
- head-branch: [ '^test/' ]
1818

1919
chore:
20-
- head-branch: ['^chore/']
20+
- head-branch: [ '^chore/' ]
2121

2222
ci:
23-
- head-branch: ['^ci/']
23+
- head-branch: [ '^ci/' ]
2424

2525
build:
26-
- head-branch: ['^build/']
26+
- head-branch: [ '^build/' ]
2727

2828
perf:
29-
- head-branch: ['^perf/']
29+
- head-branch: [ '^perf/' ]
3030

3131
revert:
32-
- head-branch: ['^revert/']
32+
- head-branch: [ '^revert/' ]

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto Assign
22

33
on:
44
pull_request:
5-
types: [opened, ready_for_review]
5+
types: [ opened, ready_for_review ]
66

77
jobs:
88
add-reviews:

.github/workflows/auto-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto Label PRs
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
5+
types: [ opened, synchronize, reopened ]
66

77
jobs:
88
label:
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/labeler@v5
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
14-
configuration-path: '.github/config/pr-labeler-config.yml'
14+
configuration-path: '.github/config/pr-labeler-config.yml'

0 commit comments

Comments
 (0)