Closed QcFe closed 1 year ago
Hi @QcFe. Thanks for your PR.
I am @kingmakerbot. You can interact with me issuing a slash command in the first line of a comment. Currently, I understand the following commands:
/rebase
: Rebase this PR onto the master branch/merge
: Merge this PR into the master branch/hold
: Adds hold label to prevent merging with /merge/unhold
: Removes the hold label to allow merging with /merge/deploy-staging
: Deploy a staging environment to test this PR (the build-all
flag enables user environments building)/undeploy-staging
: Manually undeploy the staging environmentMake sure this PR appears in the CrownLabs changelog, adding one of the following labels:
kind/breaking
: :boom: Breaking Changekind/feature
: :rocket: New Featurekind/bug
: :bug: Bug Fixkind/cleanup
: :broom: Code Refactoringkind/docs
: :memo: DocumentationMany many thanks, @QcFe !
@QcFe Since you are playing with GH Actions, it might be worth to bump a few actions, to remove also the warnings about the deprecated node version (and probably also the remaining ones about save-state)...
/deploy-staging
/merge
Your staging environment has been correctly teared-down!
Description
This PR changes the dramatic
set-output::stuff
to the new>> $GITHUB_OUTPUT
, in order to remove deprecation warnings and align to new GH Actions format. This also updatesretrieve-build-matrix
custom action to latest version of@actions/core
.