Skip to content

Commit

Permalink
[ENV][fix] : git action yaml 파일 포메팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
effozen committed Nov 5, 2024
1 parent eb47fa8 commit 58a6a3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Auto Assign Reviewers'

on:
pull_request:
types: [opened, labeled]
types: [ opened, labeled ]

jobs:
assign_reviewers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Auto Merge Approved PRs'

on:
pull_request_review:
types: [submitted]
types: [ submitted ]

jobs:
auto_merge:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/request-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Handle Requested Changes'

on:
pull_request_review:
types: [submitted]
types: [ submitted ]

jobs:
request_changes:
Expand Down

0 comments on commit 58a6a3a

Please sign in to comment.