File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,3 +41,12 @@ simplify = true
4141
4242[* .{kt,kts} ]
4343indent_size = 4
44+
45+ # ktlint configuration
46+ ktlint_code_style = android_studio
47+ ktlint_function_naming_ignore_when_annotated_with = Composable
48+ ktlint_standard_class-signature = disabled
49+ ktlint_standard_function-expression-body = disabled
50+ ktlint_standard_mixed-condition-operators = disabled
51+ ktlint_standard_package-name = disabled
52+ ktlint_standard_property-naming = disabled
Original file line number Diff line number Diff line change 1515 weblate-automerge :
1616 runs-on : ubuntu-slim
1717 name : Weblate automerge
18- if : github.actor == 'weblate'
18+ if : github.event.pull_request.user.login == 'weblate' || github.event.pull_request.user.login == 'hosted-weblate[bot] '
1919 steps :
2020 - name : Enable Pull Request Automerge
2121 run : gh pr merge --repo "$GITHUB_REPOSITORY" --rebase --auto "$PR_NUMBER"
You can’t perform that action at this time.
0 commit comments