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

Allow other repo names than just "redwood" #7101

Merged
merged 3 commits into from
Dec 10, 2022

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Dec 10, 2022

This test would fail if you had the repo checked out to a folder named anything but "redwood". Just removing that part make the test pass and be more flexible with folder names. toMatch does a substring match, that's why this works

@Tobbe Tobbe enabled auto-merge (squash) December 10, 2022 15:40
@Tobbe Tobbe added fixture-ok Override the test project fixture check release:chore This PR is a chore (means nothing for users) labels Dec 10, 2022
@Tobbe Tobbe merged commit 8d6664c into redwoodjs:main Dec 10, 2022
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Dec 10, 2022
github-actions bot pushed a commit that referenced this pull request Dec 10, 2022
* Allow other repo names than just "redwood"
@Tobbe Tobbe deleted the tobbe-allow-different-reponame branch December 10, 2022 16:33
jtoar pushed a commit that referenced this pull request Dec 10, 2022
* Allow other repo names than just "redwood"
dac09 added a commit that referenced this pull request Dec 12, 2022
…xperimental-vite-optin

* 'main' of github.com:redwoodjs/redwood: (35 commits)
  chore(deps): update dependency octokit to v2.0.10 (#7100)
  chore: update all contributors
  chore(deps): update dependency @types/react to v17.0.52 (#7095)
  Allow other repo names than just "redwood" (#7101)
  chore(deps): update dependency @types/prompts to v2.4.2 (#7094)
  chore(deps): update dependency @types/react-dom to v17.0.18 (#7097)
  chore(deps): update dependency @types/jscodeshift to v0.11.6 (#7093)
  chore(deps): update dependency @simplewebauthn/server to v6.2.2 (#7086)
  chore(deps): update carloscastrojumo/github-cherry-pick-action action to v1.0.6 (#7085)
  chore(deps): update dependency @types/uuid to v9 (#7089)
  fix(deps): update dependency mini-css-extract-plugin to v2.7.2 (#7088)
  fix(deps): update dependency @types/node to v16.18.7 (#7087)
  fix(deps): update dependency @graphql-codegen/typescript-react-apollo to v3.3.7 (#7075)
  fix(deps): update dependency @graphql-tools/merge to v8.3.14 (#7076)
  fix(deps): update dependency @types/aws-lambda to v8.10.109 (#7077)
  fix(deps): update dependency @types/jest to v29.2.4 (#7078)
  fix(deps): update dependency systeminformation to v5.16.5 (#7079)
  chore(deps): update dependency @types/yargs to v17.0.17 (#7067)
  chore(deps): update dependency @types/lodash to v4.14.191 (#7066)
  chore(deps): update dependency esbuild to v0.16.3 (#7068)
  ...
dac09 added a commit that referenced this pull request Dec 12, 2022
…ecoupled-auth-setup-improvements

* 'main' of github.com:redwoodjs/redwood: (77 commits)
  chore(deps): update dependency octokit to v2.0.10 (#7100)
  chore: update all contributors
  chore(deps): update dependency @types/react to v17.0.52 (#7095)
  Allow other repo names than just "redwood" (#7101)
  chore(deps): update dependency @types/prompts to v2.4.2 (#7094)
  chore(deps): update dependency @types/react-dom to v17.0.18 (#7097)
  chore(deps): update dependency @types/jscodeshift to v0.11.6 (#7093)
  chore(deps): update dependency @simplewebauthn/server to v6.2.2 (#7086)
  chore(deps): update carloscastrojumo/github-cherry-pick-action action to v1.0.6 (#7085)
  chore(deps): update dependency @types/uuid to v9 (#7089)
  fix(deps): update dependency mini-css-extract-plugin to v2.7.2 (#7088)
  fix(deps): update dependency @types/node to v16.18.7 (#7087)
  fix(deps): update dependency @graphql-codegen/typescript-react-apollo to v3.3.7 (#7075)
  fix(deps): update dependency @graphql-tools/merge to v8.3.14 (#7076)
  fix(deps): update dependency @types/aws-lambda to v8.10.109 (#7077)
  fix(deps): update dependency @types/jest to v29.2.4 (#7078)
  fix(deps): update dependency systeminformation to v5.16.5 (#7079)
  chore(deps): update dependency @types/yargs to v17.0.17 (#7067)
  chore(deps): update dependency @types/lodash to v4.14.191 (#7066)
  chore(deps): update dependency esbuild to v0.16.3 (#7068)
  ...
@jtoar jtoar modified the milestones: next-release, v3.8.0 Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixture-ok Override the test project fixture check release:chore This PR is a chore (means nothing for users)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants