Skip to content

Commit 864587f

Browse files
authored
Merge branch 'master' into feat-convert-content-sharing-api-response
2 parents c843e0d + c6816ba commit 864587f

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/semantic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
main:
12+
if: github.actor != 'mergify[bot]'
1213
name: lint_pull_request
1314
runs-on: ubuntu-latest
1415
steps:

.mergify.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ pull_request_rules:
66
conditions:
77
- -draft
88
- base = master
9+
- label != do-not-merge
10+
- status-success = license/cla
11+
- status-success = lint_pull_request
12+
- status-success = lint_test_build
913
actions:
1014
queue:
1115

@@ -15,27 +19,16 @@ queue_rules:
1519
- author = boxmoji
1620
- title ~= ^(fix)\(i18n\)?:\supdate translations$
1721
- files ~= ^i18n/
18-
- label != do-not-merge
19-
- status-success = license/cla
20-
- status-success = lint_pull_request
21-
- status-success = lint_test_build
22-
merge_conditions:
2322
- status-success = lint_test_build
2423
merge_method: squash
2524

2625
- name: Automatic strict merge
2726
queue_conditions:
2827
- title ~= ^(build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test)(\([^)]+\))?:\s.+$
2928
- label = ready-to-merge
30-
- label != do-not-merge
31-
- status-success = license/cla
32-
- status-success = lint_pull_request
3329
- status-success = lint_test_build
3430
- branch-protection-review-decision = APPROVED
3531
- "#approved-reviews-by >= 2"
3632
- "#changes-requested-reviews-by = 0"
3733
- "#review-threads-unresolved = 0"
38-
merge_conditions:
39-
- status-success = license/cla
40-
- status-success = lint_test_build
4134
merge_method: squash

i18n/ja-JP.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ be.contentSidebar.activityFeed.common.seeLessMessage = 表示を減らす
233233
# See more button for showing whole long message
234234
be.contentSidebar.activityFeed.common.seeMoreMessage = さらに表示
235235
# Accessibility label for timestamp button that allows jumping to a specific time in media
236-
be.contentSidebar.activityFeed.common.timestampLabel = Seek to video timestamp
236+
be.contentSidebar.activityFeed.common.timestampLabel = ビデオのタイムスタンプに移動します
237237
# Translate button for translating comment
238238
be.contentSidebar.activityFeed.common.translateMessage = 翻訳する
239239
# Text for aria label of approval task circle type icon

0 commit comments

Comments
 (0)