-
Notifications
You must be signed in to change notification settings - Fork 9
Update cloudposse/github-action-yaml-config-query action to v1 #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cloudposse-github-action-yaml-config-query-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update cloudposse/github-action-yaml-config-query action to v1 #125
renovate
wants to merge
1
commit into
main
from
renovate/cloudposse-github-action-yaml-config-query-1.x
Conversation
This file contains hidden or 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
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
f0dd6ba
to
bea14f2
Compare
8c8e162
to
1573192
Compare
1573192
to
3189820
Compare
ab14fb2
to
e465728
Compare
6fa9c5b
to
45bd82e
Compare
45bd82e
to
f51d268
Compare
9aed944
to
285bfe8
Compare
285bfe8
to
5873ac6
Compare
cc413c6
to
0ac2552
Compare
0ac2552
to
23bcd3e
Compare
f41f5bb
to
fd7e936
Compare
05d521d
to
1688e52
Compare
7271808
to
da4924b
Compare
81c984a
to
de0bb87
Compare
eae0de4
to
2ea03b5
Compare
71e6550
to
a70fb18
Compare
a70fb18
to
35e85cb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.1.4
->v1.0.0
Release Notes
cloudposse/github-action-yaml-config-query (cloudposse/github-action-yaml-config-query)
v1.0.0
Compare Source
Rewrite action to typescript @goruha (#24)
what
why
Migration
v0
tov1
There is an issue The query contains
true
orfalse
fails with an error.A workaround is to use a quote around
"true" and
"false" in a query.To migrate from
v0
tov1
, quote alltrue
andfalse
in your queries.Ex.:
query: .true
replace withquery: ."true"
Pay attention that substitutions in GitHub actions could also resolved as
true
orfalse
and have to be quoted.Ex.:
query: .${{ inputs.from == '' }}
replace withquery: ."${{ inputs.from == '' }}"
🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#22)
what
.github/workflows/release.yaml
) to have permission to comment on PRwhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#20)
what
.github/workflows/settings.yaml
) to use shared workflows from.github
repowhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#19)
what
.github/workflows/settings.yaml
)why
v1.0.0
Compare Source
Rewrite action to typescript @goruha (#24)
what
why
Migration
v0
tov1
There is an issue The query contains
true
orfalse
fails with an error.A workaround is to use a quote around
"true" and
"false" in a query.To migrate from
v0
tov1
, quote alltrue
andfalse
in your queries.Ex.:
query: .true
replace withquery: ."true"
Pay attention that substitutions in GitHub actions could also resolved as
true
orfalse
and have to be quoted.Ex.:
query: .${{ inputs.from == '' }}
replace withquery: ."${{ inputs.from == '' }}"
🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#22)
what
.github/workflows/release.yaml
) to have permission to comment on PRwhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#20)
what
.github/workflows/settings.yaml
) to use shared workflows from.github
repowhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#19)
what
.github/workflows/settings.yaml
)why
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.