Skip to content

Commit f3e0b4d

Browse files
authored
Merge branch 'master' into master
2 parents 9312225 + a3fcc63 commit f3e0b4d

85 files changed

Lines changed: 4629 additions & 35 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.all-contributorsrcβ€Ž

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3530,6 +3530,33 @@
35303530
"contributions": [
35313531
"code"
35323532
]
3533+
},
3534+
{
3535+
"login": "ronodhirSoumik",
3536+
"name": "Soumik Sarker",
3537+
"avatar_url": "https://avatars.githubusercontent.com/u/46843689?v=4",
3538+
"profile": "https://ronodhirsoumik.github.io",
3539+
"contributions": [
3540+
"doc"
3541+
]
3542+
},
3543+
{
3544+
"login": "naman-sriv",
3545+
"name": "Naman Srivastava",
3546+
"avatar_url": "https://avatars.githubusercontent.com/u/82610773?v=4",
3547+
"profile": "https://github.com/naman-sriv",
3548+
"contributions": [
3549+
"code"
3550+
]
3551+
},
3552+
{
3553+
"login": "letdtcode",
3554+
"name": "Thanh Nguyen Duc",
3555+
"avatar_url": "https://avatars.githubusercontent.com/u/92111552?v=4",
3556+
"profile": "https://github.com/letdtcode",
3557+
"contributions": [
3558+
"code"
3559+
]
35333560
}
35343561
],
35353562
"contributorsPerLine": 6,
Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,28 @@
11
name: Presubmit.ai
22

33
permissions:
4-
contents: read
5-
pull-requests: write
6-
issues: write
4+
contents: read
5+
pull-requests: write
6+
issues: write
77

88
on:
9-
pull_request_target: # Handle forked repository PRs in the base repository context
10-
types: [opened, synchronize]
11-
pull_request_review_comment: # Handle review comments
12-
types: [created]
9+
pull_request_target:
10+
types: [opened, synchronize]
11+
pull_request_review_comment:
12+
types: [created]
1313

1414
jobs:
15-
review:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Check required secrets
19-
run: |
20-
if [ -z "${{ secrets.LLM_API_KEY }}" ]; then
21-
echo "Error: LLM_API_KEY secret is not configured"
22-
exit 1
23-
fi
24-
25-
- name: Check out PR code
26-
uses: actions/checkout@v3
27-
with:
28-
ref: ${{ github.event.pull_request.head.sha }}
29-
30-
- name: Run AI Reviewer
31-
uses: presubmit/ai-reviewer@latest
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
35-
LLM_MODEL: "gemini-1.5-flash"
15+
review:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Check required secrets
19+
run: |
20+
if [ -z "${{ secrets.LLM_API_KEY }}" ]; then
21+
echo "Error: LLM_API_KEY secret is not configured"
22+
exit 1
23+
fi
24+
- uses: presubmit/ai-reviewer@latest
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
28+
LLM_MODEL: "gpt-5-nano"

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=iluwatar_java-design-patterns&metric=coverage)](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns)
77
[![Join the chat at https://gitter.im/iluwatar/java-design-patterns](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iluwatar/java-design-patterns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
9-
[![All Contributors](https://img.shields.io/badge/all_contributors-387-orange.svg?style=flat-square)](#contributors-)
9+
[![All Contributors](https://img.shields.io/badge/all_contributors-390-orange.svg?style=flat-square)](#contributors-)
1010
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1111

1212
<br/>
@@ -576,6 +576,9 @@ This project is licensed under the terms of the MIT license.
576576
<td align="center" valign="top" width="16.66%"><a href="https://github.com/e5LA"><img src="https://avatars.githubusercontent.com/u/208197507?v=4?s=100" width="100px;" alt="e5LA"/><br /><sub><b>e5LA</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=e5LA" title="Code">πŸ’»</a> <a href="https://github.com/iluwatar/java-design-patterns/commits?author=e5LA" title="Documentation">πŸ“–</a></td>
577577
<td align="center" valign="top" width="16.66%"><a href="http://maziyar-gerami.github.io/portfolio/"><img src="https://avatars.githubusercontent.com/u/122622721?v=4?s=100" width="100px;" alt="Maziyar Gerami"/><br /><sub><b>Maziyar Gerami</b></sub></a><br /><a href="#translation-maziyar-gerami" title="Translation">🌍</a></td>
578578
<td align="center" valign="top" width="16.66%"><a href="https://github.com/yybmion"><img src="https://avatars.githubusercontent.com/u/113106136?v=4?s=100" width="100px;" alt="yoobin_mion"/><br /><sub><b>yoobin_mion</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=yybmion" title="Code">πŸ’»</a></td>
579+
<td align="center" valign="top" width="16.66%"><a href="https://ronodhirsoumik.github.io"><img src="https://avatars.githubusercontent.com/u/46843689?v=4?s=100" width="100px;" alt="Soumik Sarker"/><br /><sub><b>Soumik Sarker</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=ronodhirSoumik" title="Documentation">πŸ“–</a></td>
580+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/naman-sriv"><img src="https://avatars.githubusercontent.com/u/82610773?v=4?s=100" width="100px;" alt="Naman Srivastava"/><br /><sub><b>Naman Srivastava</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=naman-sriv" title="Code">πŸ’»</a></td>
581+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/letdtcode"><img src="https://avatars.githubusercontent.com/u/92111552?v=4?s=100" width="100px;" alt="Thanh Nguyen Duc"/><br /><sub><b>Thanh Nguyen Duc</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=letdtcode" title="Code">πŸ’»</a></td>
579582
</tr>
580583
</tbody>
581584
</table>

β€Žbackpressure/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.projectreactor</groupId>
5757
<artifactId>reactor-test</artifactId>
58-
<version>3.8.0-M1</version>
58+
<version>3.8.0-RC1</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>

0 commit comments

Comments
Β (0)