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(ci): replace usage of slash-command-action #30

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

BethGriggs
Copy link

Description of the change

xt0rted/slash-command-action uses deprecated Node.js versions- I did try opening a PR to the action to update the Node.js versions used but it has had no traction.

As such, this PR replaces the logic with actions/github-script and create-or-update-comment. Both of these actions are more actively maintained.

Note that this only impacts the bump-version.yml workflow.

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the values.yaml and added to the README.md. The pre-commit utility can be used to generate the necessary content. Use pre-commit run -a to apply changes.
  • JSON Schema template updated and re-generated the raw schema via pre-commit hook.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

`xt0rted/slash-command-action` uses deprecated Node.js versions. This PR
replaces the logic with `actions/github-script` and `create-or-update-comment`.

Both of these actions are more actively maintained.`
@kim-tsao
Copy link

kim-tsao commented Jul 5, 2024

/lgtm

@nickboldt
Copy link
Member

Seems OK but would want to merge this and then run a bump to ensure it works as expected

@BethGriggs
Copy link
Author

@nickboldt does that mean this needs to wait to land at an appropriate/specific time?

@nickboldt nickboldt merged commit a40240b into redhat-developer:main Jul 12, 2024
3 checks passed
@BethGriggs BethGriggs deleted the change-action branch July 12, 2024 14:24
@nickboldt
Copy link
Member

nickboldt commented Jul 12, 2024

merged. build succeeded and created 2.16.6 from PR #35

also seeing https://artifacthub.io/packages/helm/rhdh-chart/backstage refreshed with the latest version \o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants