Pass query parameters to remoteQueryService.planQuery call (#2043) #4122
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: autoupdate | |
on: | |
push: {} | |
jobs: | |
autoupdate: | |
name: autoupdate | |
runs-on: ubuntu-latest | |
steps: | |
- uses: docker://chinthakagodawita/autoupdate-action:v1 | |
continue-on-error: true | |
env: | |
GITHUB_TOKEN: "${{ secrets.DATAWAVE_BOT_BUILDER_TOKEN }}" | |
DRY_RUN: "false" | |
PR_FILTER: "protected" | |
EXCLUDED_LABELS: "dependencies,no_update" | |
PR_READY_STATE: "ready_for_review" | |
MERGE_MSG: "Branch was auto-updated on change of target." | |
RETRY_COUNT: "5" | |
RETRY_SLEEP: "300" | |
MERGE_CONFLICT_ACTION: "ignore" | |
# See https://github.com/chinthakagodawita/autoupdate for option descriptions | |