Andrewshin-7th-technology-student / build-CI

Building a CI web config. for the XXC file GO TO THE LINK TO SEE REPO RULES, ETC.
https://github.com/Andrewshin-7th-technology-student/build-CI/blob/main/.repo%20files/README.md
GNU Affero General Public License v3.0
3 stars 1 forks source link

chore(deps): update peter-evans/create-pull-request action to v7 #83

Closed renovate[bot] closed 5 hours ago

renovate[bot] commented 9 hours ago

This PR contains the following updates:

Package Type Update Change
peter-evans/create-pull-request action major v5 -> v7

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

peter-evans/create-pull-request (peter-evans/create-pull-request) ### [`v7`](https://redirect.github.com/peter-evans/create-pull-request/compare/v6...v7) [Compare Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6...v7) ### [`v6`](https://redirect.github.com/peter-evans/create-pull-request/compare/v5...v6) [Compare Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v5...v6)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

semanticdiff-com[bot] commented 9 hours ago

Review changes with SemanticDiff.

cr-gpt[bot] commented 9 hours ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

sourcery-ai[bot] commented 9 hours ago

Reviewer's Guide by Sourcery

This pull request updates the peter-evans/create-pull-request action from version 5 to version 7 across multiple workflow files. It's a major version update that affects how pull requests are created in various automated processes.

Architecture diagram for updated GitHub Actions workflows

graph TD;
    A[Dependabot Scheduler Workflow] -->|uses| B[peter-evans/create-pull-request@v7];
    C[Imgbot Scheduler Workflow] -->|uses| B;
    D[Stale-to-PR Workflow] -->|uses| B;
    B -->|creates| E[Pull Request];
    E -->|integrates| F[GitHub Repository];

File-Level Changes

Change Details Files
Update peter-evans/create-pull-request action to v7
  • Change the version of peter-evans/create-pull-request action from v5 to v7
  • Update affects multiple workflow files
.github/workflows/dependabot-scheduler.yml
.github/workflows/imgbot-scheduler.yml
.github/workflows/stale-to-pr.yml

Tips and commands #### Interacting with Sourcery - **Trigger a new review:** Comment `@sourcery-ai review` on the pull request. - **Continue discussions:** Reply directly to Sourcery's review comments. - **Generate a GitHub issue from a review comment:** Ask Sourcery to create an issue from a review comment by replying to it. - **Generate a pull request title:** Write `@sourcery-ai` anywhere in the pull request title to generate a title at any time. - **Generate a pull request summary:** Write `@sourcery-ai summary` anywhere in the pull request body to generate a PR summary at any time. You can also use this command to specify where the summary should be inserted. #### Customizing Your Experience Access your [dashboard](https://app.sourcery.ai) to: - Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others. - Change the review language. - Add, remove or edit custom review instructions. - Adjust other review settings. #### Getting Help - [Contact our support team](mailto:support@sourcery.ai) for questions or feedback. - Visit our [documentation](https://docs.sourcery.ai) for detailed guides and information. - Keep in touch with the Sourcery team by following us on [X/Twitter](https://x.com/SourceryAI), [LinkedIn](https://www.linkedin.com/company/sourcery-ai/) or [GitHub](https://github.com/sourcery-ai).
keploynavigator[bot] commented 9 hours ago

Thanks for opening this pull request!

deepsource-io[bot] commented 9 hours ago

Here's the code health analysis summary for commits f8b7bae..11faddc. View details on DeepSource β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPythonβœ… SuccessView Check β†—
DeepSource Java LogoJavaβœ… SuccessView Check β†—
DeepSource C# LogoC#βœ… SuccessView Check β†—
DeepSource JavaScript LogoJavaScriptβœ… SuccessView Check β†—
DeepSource Shell LogoShellβœ… SuccessView Check β†—
DeepSource Kotlin LogoKotlinβœ… SuccessView Check β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.
what-the-diff[bot] commented 9 hours ago

PR Summary

github-actions[bot] commented 9 hours ago

🚨 Prettier check failed for the following files:

[warn] .github/workflows/dependabot-scheduler.yml
[warn] .github/workflows/imgbot-scheduler.yml
[warn] .github/workflows/stale-to-pr.yml
[warn] Code style issues found in 3 files. Run Prettier with --write to fix.

To fix the issue, run the following command:

npx prettier --write .github/workflows/dependabot-scheduler.yml .github/workflows/imgbot-scheduler.yml .github/workflows/stale-to-pr.yml
codiumai-pr-agent-free[bot] commented 9 hours ago

CI Failure Feedback 🧐

**Action:** Prettier Bot
**Failed stage:** [Prettier Bot](https://github.com/Andrewshin-7th-technology-student/build-CI/actions/runs/11478830490/job/31943842671) [❌]
**Failed test name:** ""
**Failure summary:** The action failed because the Prettier check detected code style issues in the following files:
  • .github/workflows/dependabot-scheduler.yml
  • .github/workflows/imgbot-scheduler.yml
  • .github/workflows/stale-to-pr.yml
    To resolve the issues, run Prettier with the --write option to
    automatically fix the formatting.
  • Relevant error logs: ```yaml 1: ##[group]Operating System 2: Ubuntu ... 117: 1 package is looking for funding 118: run `npm fund` for details 119: [command]/usr/local/bin/prettier --check .github/workflows/dependabot-scheduler.yml .github/workflows/imgbot-scheduler.yml .github/workflows/stale-to-pr.yml 120: Checking formatting... 121: [warn] .github/workflows/dependabot-scheduler.yml 122: [warn] .github/workflows/imgbot-scheduler.yml 123: [warn] .github/workflows/stale-to-pr.yml 124: [warn] Code style issues found in 3 files. Run Prettier with --write to fix. 125: ##[error] 126: Prettier check failed 😒 ```

    ✨ 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](https://pr-agent-docs.codium.ai/tools/ci_feedback/).
    sonarcloud[bot] commented 9 hours ago

    Quality Gate Passed Quality Gate passed

    Issues
    0 New issues
    0 Accepted issues

    Measures
    0 Security Hotspots
    0.0% Coverage on New Code
    0.0% Duplication on New Code

    See analysis details on SonarCloud