-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The check fails:
+ jq -e '.[] | select(.title | test("build\\(deps\\): weekly update package versions that cannot be updated by dependabot"))'
+ echo 'creating pr...'
creating pr...
+ label_args=()
+ for label in "${labels[@]}"
+ label_args+=(--label "$label")
+ gh pr create --base main --body 'Update mcvs-golang-action version remote_url_ref in taskfile to: v3.5.0' --fill --head taskfile-remote-url-ref-updater --title 'build(deps): mcvs-golang-action remote_url_ref update in taskfile' --label dependencies
a pull request for branch "taskfile-remote-url-ref-updater" into branch "main" already exists:
https://github.com/schubergphilis/mcvs-integrationtest-services/pull/123
Error: Process completed with exit code 1.
Ensure that the jq -e '.[] | select(.title | test("build\\(deps\\): weekly update package versions that cannot be updated by dependabot"))' will be updated.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working