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

Remove changie and tidy .gitignore files #103

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Conversation

delano
Copy link
Contributor

@delano delano commented Mar 30, 2024

This pull request removes the changie file and tidies up the .gitignore files.

The changie file was causing an additional manual process to remember, which is not ideal. The .gitignore files were updated to remove unnecessary entries and improve organization.

delano added 2 commits March 30, 2024 09:13
I like the structure it adds. But not how it also
adds another manual process to remember (and/or
forget).
Copy link
Contributor

PR Review

⏱️ Estimated effort to review [1-5]

1, because the PR involves straightforward file deletions and updates to the .gitignore files. There's no complex logic or code changes that would require in-depth review.

🧪 Relevant tests

No

🔍 Possible issues

No

🔒 Security concerns

No

@delano delano self-assigned this Mar 30, 2024
Copy link
Contributor

qodo-merge-pro bot commented Mar 30, 2024

PR Code Suggestions

No code suggestions found for PR.

@delano delano merged commit 50a4489 into dev Mar 30, 2024
1 check failed
@delano delano deleted the delano/mar31-rm-changie branch March 30, 2024 16:16
Copy link
Contributor

CI Failure Feedback

Action: install-and-cache

Failed stage: Run tests [❌]

Failure summary:

The action failed because the pnpm test command could not be executed. This failure occurred due to
the absence of a test script in the package.json file. The error message suggests that there might
have been a confusion or typo, as it hints at possibly intending to run pnpm run host instead.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

567:  �[36;1mpnpm test�[0m
568:  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
569:  env:
570:  PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
571:  STORE_PATH: /home/runner/setup-pnpm/node_modules/.bin/store/v3
572:  ##[endgroup]
573:  ERR_PNPM_NO_SCRIPT  Missing script: test
574:  Command "test" not found. Did you mean "pnpm run host"?
575:  ##[error]Process completed with exit code 1.

✨ CI feedback usage guide:

The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:

  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"

where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

See more information about the checks tool in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✔️ Done
Development

Successfully merging this pull request may close these issues.

1 participant