Skip to content
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

chore(deps): update cloudposse/github-action-yaml-config-query action to v1 #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-yaml-config-query action major 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

  • Rewrite action from docker-backed to typescript

why

  • Do not build a docker image to avoid hitting hub.docker.com
  • Improve performance

Migration v0 to v1

There is an issue The query contains true or false fails with an error.
A workaround is to use a quote around "true" and "false" in a query.

To migrate from v0 to v1, quote all true and false in your queries.
Ex.: query: .true replace with query: ."true"

Pay attention that substitutions in GitHub actions could also resolved as true or false and have to be quoted.

Ex.: query: .${{ inputs.from == '' }} replace with query: ."${{ inputs.from == '' }}"

🤖 Automatic Updates

Update release workflow to allow pull-requests: write @​osterman (#​22)

what

  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR

why

  • Add comment to PR when it is released
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​20)

what

  • Update workflows (.github/workflows/settings.yaml) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​19)

what

  • Update workflows (.github/workflows/settings.yaml)

why

  • Support new readme generation workflow.
  • Generate banners

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners September 11, 2024 22:41
Copy link

mergify bot commented Sep 11, 2024

Important

Cloud Posse Engineering Team Review Required

This 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 #pr-reviews channel.

@mergify mergify bot added auto-update This PR was automatically generated needs-cloudposse Needs Cloud Posse assistance labels Sep 11, 2024
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-yaml-config-query-1.x branch 2 times, most recently from f0dd6ba to bea14f2 Compare September 16, 2024 15:50
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-yaml-config-query-1.x branch 3 times, most recently from 8c8e162 to 1573192 Compare October 1, 2024 10:32
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-yaml-config-query-1.x branch from 1573192 to 3189820 Compare October 10, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated needs-cloudposse Needs Cloud Posse assistance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants