Skip to content

Commit f1e5447

Browse files
Merge
2 parents d263c38 + f8cfd3d commit f1e5447

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/ai-code-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: AI Code Review with OpenAI
22

3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
37
on:
48
pull_request:
59
types: [opened, synchronize, reopened, ready_for_review]

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
jobs:
1818
testing:
1919
runs-on: ubuntu-latest
20+
permissions:
21+
contents: read
2022
steps:
2123
- uses: actions/checkout@v4
2224

@@ -36,6 +38,8 @@ jobs:
3638

3739
building:
3840
runs-on: ubuntu-latest
41+
permissions:
42+
contents: read
3943
steps:
4044
- uses: actions/checkout@v4
4145

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,5 @@ The application uses several folders for storing data. Default paths are relativ
119119
YourExecutableName.exe
120120
```
121121
6. Open Telegram and start chatting with your bot!
122+
123+
PS ChatWithAI.Plugins.Windows.ScreenshotCapture is a bonus for Windows users (^_^). It will be ignored for other platforms, feel free to remove it.

0 commit comments

Comments
 (0)