-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Various workflow updates #385
Conversation
|
Thank you for submitting your Pull Request, the following links will become available for preview shortly:
|
waiting for stackblitz-labs/pkg.pr.new#292 |
studiocms
@studiocms/auth
@studiocms/betaresources
@studiocms/assets
@studiocms/blog
@studiocms/core
@studiocms/dashboard
@studiocms/devapps
@studiocms/frontend
@studiocms/imagehandler
@studiocms/renderers
@studiocms/robotstxt
@studiocms/ui
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the 50 approvals that are to follow, testing for Apollo
This pull request includes several changes to the GitHub workflows and configuration files. The most important changes include the removal of certain workflows, renaming and modifying existing workflows, and updating dependencies in the
pnpm-lock.yaml
andpackage.json
files.Changes to GitHub workflows:
.github/workflows/changeset-snapshot.yml
: Removed the "Changeset Snapshot" workflow..github/workflows/ci.yml
: Removed the "CI / Tests" workflow..github/workflows/renovate-changesets.yml
: Removed the "Add changeset to Renovate updates" workflow..github/workflows/changesets.yml
: Renamed from.github/workflows/changeset-release.yml
and added a step to label CI pull requests. [1] [2]Updates to dependencies:
package.json
: Addedpkg-pr-new
dependency and updated scripts.pnpm-lock.yaml
: Added new package such aspkg-pr-new
. [1] [2] [3] [4] [5] [6] [7]Removal of configuration files:
.github/renovate.json
: Removed the Renovate configuration file.