forked from n8n-io/n8n
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Sweep GHA Fix] The GitHub Actions run failed with... #205
Open
sweep-ai
wants to merge
2
commits into
sweep/sweep_gha_fix_the_github_actions_run_fai_34
Choose a base branch
from
sweep/sweep_gha_fix_the_github_actions_run_fai_44
base: sweep/sweep_gha_fix_the_github_actions_run_fai_34
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Sweep GHA Fix] The GitHub Actions run failed with... #205
sweep-ai
wants to merge
2
commits into
sweep/sweep_gha_fix_the_github_actions_run_fai_34
from
sweep/sweep_gha_fix_the_github_actions_run_fai_44
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apply Sweep Rules to your PR?
|
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs:
An error has occurred: 422 {"message": "Reference already exists", "documentation_url": "https://docs.github.com/rest/git/refs#create-a-reference"} (tracking ID: dd949091dd) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes several changes to the codebase. The changes are as follows:
lerna
package in thedevDependencies
section of thepackage.json
file in the root directory.@types/express
,typescript
, anduuid
packages to thedevDependencies
section of thepackage.json
file in the root directory.@types/express
package in thedevDependencies
section of thepackages/cli/package.json
file.@types/lodash.get
and@types/lodash
packages to thedevDependencies
section of thepackages/cli/package.json
file.typescript
package in thedevDependencies
section of thepackages/cli/package.json
file.express
package in thedependencies
section of thepackages/cli/package.json
file.typeorm
package in thedependencies
section of thepackages/cli/package.json
file.@types/express
package in thedevDependencies
section of thepackages/core/package.json
file.@types/lodash.get
and@types/lodash
packages to thedevDependencies
section of thepackages/core/package.json
file.@types/express
package in thedevDependencies
section of thepackages/editor-ui/package.json
file.@types/lodash.get
and@types/lodash
packages to thedevDependencies
section of thepackages/editor-ui/package.json
file.@types/express
package in thedevDependencies
section of thepackages/node-dev/package.json
file.typescript
package in thedependencies
section of thepackages/node-dev/package.json
file.@types/express
package in thedependencies
section of thepackages/node-dev/package.json
file.@types/express
package in thedevDependencies
section of thepackages/workflow/package.json
file.@types/lodash.get
and@types/lodash
packages to thedevDependencies
section of thepackages/workflow/package.json
file.typescript
package in thedevDependencies
section of thepackages/workflow/package.json
file.lodash.get
package in thedependencies
section of thepackages/workflow/package.json
file.lodash.isequal
package in thedependencies
section of thepackages/workflow/package.json
file.@types/express
package in thedependencies
section of thepackages/workflow/src/Expression.ts
file.tsconfig.json
file in thepackages/workflow
directory to targetes2018
instead ofes2017
.Summary
lerna
package version in rootpackage.json
@types/express
,typescript
, anduuid
packages to rootpackage.json
@types/express
package version inpackages/cli/package.json
@types/lodash.get
and@types/lodash
packages topackages/cli/package.json
typescript
package version inpackages/cli/package.json
express
andtypeorm
package versions inpackages/cli/package.json
@types/express
package version inpackages/core/package.json
@types/lodash.get
and@types/lodash
packages topackages/core/package.json
@types/express
package version inpackages/editor-ui/package.json
@types/lodash.get
and@types/lodash
packages topackages/editor-ui/package.json
@types/express
package version inpackages/node-dev/package.json
typescript
package version inpackages/node-dev/package.json
@types/express
package version inpackages/workflow/package.json
@types/lodash.get
and@types/lodash
packages topackages/workflow/package.json
typescript
package version inpackages/workflow/package.json
lodash.get
package version inpackages/workflow/package.json
lodash.isequal
package version inpackages/workflow/package.json
@types/express
package version inpackages/workflow/src/Expression.ts
tsconfig.json
inpackages/workflow
to targetes2018