atlas-bi / LDAP-ETL

⚙️ Atlas ETL | LDAP User Profiles
https://www.atlas.bi/docs/bi-library/etl/supplementary-etls/ldap-user-import/
GNU General Public License v3.0
2 stars 1 forks source link

chore(deps) Update peter-evans/create-pull-request action to v5 #75

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
peter-evans/create-pull-request action major v4.2.4 -> v5.0.0

Release Notes

peter-evans/create-pull-request ### [`v5.0.0`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v5.0.0): Create Pull Request v5.0.0 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0) #### Behaviour changes - The action will no longer leave the local repository checked out on the pull request `branch`. Instead, it will leave the repository checked out on the branch or commit that it was when the action started. - When using `add-paths`, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run. #### What's new - Adds input `body-path`, the path to a file containing the pull request body. - At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started. - Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the `add-paths` input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed. - The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables `http_proxy`, `https_proxy` and `no_proxy`. - Now sets the git `safe.directory` configuration for the local repository path. The configuration is removed when the action completes. Fixes issue [https://github.com/peter-evans/create-pull-request/issues/1170](https://togithub.com/peter-evans/create-pull-request/issues/1170). - Now determines the git directory path using the `git rev-parse --git-dir` command. This allows users with custom repository configurations to use the action. - Improved handling of the `team-reviewers` input and associated errors. #### News :trophy: create-pull-request won [an award](https://twitter.com/peterevans0/status/1638463617686470657?s=20) for "awesome action" at the Open Source Awards at GitHub Universe. Thank you for your support and for making create-pull-request one of the top used actions. Please give it a :star:, or even [buy me a coffee](https://togithub.com/sponsors/peter-evans). #### What's Changed - v5 by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/1792](https://togithub.com/peter-evans/create-pull-request/pull/1792) - 15 dependency updates by [@​dependabot](https://togithub.com/dependabot) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0

Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ed007a9) 73.68% compared to head (3044a48) 73.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #75 +/- ## ======================================= Coverage 73.68% 73.68% ======================================= Files 1 1 Lines 114 114 Branches 22 22 ======================================= Hits 84 84 Misses 17 17 Partials 13 13 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=atlas-bi). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=atlas-bi)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.