Update onpush_builder.yaml

This commit is contained in:
Alexandre
2025-05-31 05:32:50 +02:00
committed by GitHub
parent df66d4d9be
commit 7a84226b15

View File

@@ -61,9 +61,9 @@ jobs:
commit: -u commit: -u
message: "GitHub bot: normalize and chmod" message: "GitHub bot: normalize and chmod"
default_author: github_actions default_author: github_actions
pull: --rebase # <--- add this line! pull: --rebase --autostash
fetch: --tags --force fetch: --tags --force
push: true push: --force
# 3. Lint add-on configs # 3. Lint add-on configs
lint_config: lint_config:
@@ -194,6 +194,6 @@ jobs:
commit: -u commit: -u
message: "GitHub bot: changelog" message: "GitHub bot: changelog"
default_author: github_actions default_author: github_actions
pull: --rebase pull: --rebase --autostash
fetch: --force fetch: --force
push: --force push: --force