Closed 2lambda123 closed 9 months ago
Unable to locate .performanceTestingBot config file
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
Processing PR updates...
Thanks @2lambda123 for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
š Figuring out if a PR is useful is hard, hopefully this will help.
- @2lambda123 has been on GitHub since 2019 and in that time has had 1823 public PRs merged
- They haven't contributed to this repo before
- Here's a good example of their work: maybe-finance-maybe
- From looking at their profile, they seem to be good with Shell and Python.
Their most recently public accepted PR is: https://github.com/2lambda123/adobe-spectrum-web-components/pull/1
PR Details of @2lambda123 in jenkinsci-secone-security-plugin : | OPEN | CLOSED | TOTAL |
---|---|---|---|
2 | 0 | 2 |
Description has been updated!
This update changes the configuration for automated dependency updates by shifting the focus from the "master" branch to the "main" branch. This reflects a broader industry move towards more inclusive terminology.
File Path | Change Summary |
---|---|
.github/dependabot.yml |
Updated target branch from "master" to "main" |
šš»
In the realm of code, where branches intertwine,
A small but mighty change, makes "main" the prime.
From "master" we part, on paths anew,
With inclusive words, our bonds renew.
š±š
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This automated comment suggests enhancements to the PR title and body to improve clarity and facilitate a quicker review
Update dependabot target branch from master to main
## Description
This PR updates the dependabot configuration to target the 'main' branch instead of 'master'. This change aligns with the recent renaming of the default branch to 'main'.
## Types of changes
- [x] Chore (non-breaking change that does not add functionality or fix an issue)
## Checklist:
- [x] I have read the [Code of Conduct](https://github.com/danopstech/.github/blob/main/CODE_OF_CONDUCT.md)
- [ ] Documentation not applicable.
- [x] All commits are GPG signed
Check out the playback for this Pull Request here.
User description
Description
This pull request includes changes to the
.github/dependabot.yml
file and thepom.xml
file.The changes made are as follows:
.github/dependabot.yml
file, thetarget-branch
value has been updated frommaster
tomain
.pom.xml
file, the parent version has been updated from4.76
to4.78
.bom-2.414.x
dependency has been updated from2705.vf5c48c31285b_
to2791.v707dc5a_1626d
.Type
enhancement
Description
This pull request includes the following changes:
target-branch
value frommaster
tomain
in the.github/dependabot.yml
file.4.76
to4.78
in thepom.xml
file.bom-2.414.x
dependency version from2705.vf5c48c31285b_
to2791.v707dc5a_1626d
in thepom.xml
file.Changes walkthrough
dependabot.yml
Update target branch in .github/dependabot.yml
.github/dependabot.yml - Updated `target-branch` value from `master` to `main`
pom.xml
Update parent version and dependency version in pom.xml
pom.xml
4.76
to4.78
bom-2.414.x
dependency version from2705.vf5c48c31285b_
to2791.v707dc5a_1626d
Summary by CodeRabbit