up-to-date: set auto-merge label by default (#39948)
This commit is contained in:
2
.github/workflows/connectors_up_to_date.yml
vendored
2
.github/workflows/connectors_up_to_date.yml
vendored
@@ -39,4 +39,4 @@ jobs:
|
||||
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
|
||||
s3_build_cache_access_key_id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
|
||||
s3_build_cache_secret_key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
|
||||
subcommand: "connectors ${{ github.event.inputs.connectors-options || '--concurrency=10 --language=python --language=low-code' }} up-to-date --create-prs ${{ github.event.inputs.auto-merge == 'true' && '--auto-merge' || '' }}"
|
||||
subcommand: "connectors ${{ github.event.inputs.connectors-options || '--concurrency=10 --language=python --language=low-code' }} up-to-date --create-prs ${{ github.event.inputs.auto-merge == 'false' && '' || '--auto-merge' }}"
|
||||
|
||||
Reference in New Issue
Block a user