Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/qoder-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
qoder-assistant:
if: |
contains(github.event.comment.body, '@qoder') &&
contains(github.event.comment.body, '@qoder') &&
!endsWith(github.event.comment.user.login, '[bot]')
runs-on: ubuntu-latest
permissions:
Expand All @@ -36,17 +36,17 @@ jobs:
URL: ${{ github.event.comment.html_url }}
IS_PR: ${{ github.event.issue.pull_request != null || github.event_name == 'pull_request_review_comment' }}
ISSUE_OR_PR_NUMBER: ${{ github.event.issue.number || github.event.pull_request.number }}"

if [ -n "${{ github.event.comment.pull_request_review_id }}" ]; then
ARGS="$ARGS
REVIEW_ID: ${{ github.event.comment.pull_request_review_id }}"
fi

if [ -n "${{ github.event.comment.in_reply_to_id }}" ]; then
ARGS="$ARGS
REPLY_TO_COMMENT_ID: ${{ github.event.comment.in_reply_to_id }}"
fi

echo "args<<EOF" >> $GITHUB_OUTPUT
echo "$ARGS" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand All @@ -58,4 +58,4 @@ jobs:
prompt: |
/assistant
${{ steps.build_args.outputs.args }}
OUTPUT_LANGUAGE:Chinese
OUTPUT_LANGUAGE:Chinese
2 changes: 1 addition & 1 deletion .github/workflows/qoder-auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
prompt: |
/review-pr
REPO:${{ github.repository }} PR_NUMBER:${{ github.event.pull_request.number }}
OUTPUT_LANGUAGE:Chinese
OUTPUT_LANGUAGE:Chinese
5 changes: 3 additions & 2 deletions Ink-Canvas-Next/Ink-Canvas-Next.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net11.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
Expand All @@ -24,6 +24,7 @@
</PackageReference>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="DotNetCampus.AvaloniaInkCanvas" Version="1.0.1" />
<PackageReference Include="FluentAvaloniaUI" Version="2.0.5" />
<PackageReference Include="FluentAvaloniaUI" Version="2.5.0" />
<PackageReference Include="Microsoft.Office.Interop.PowerPoint" Version="15.0.4420.1018" />
</ItemGroup>
</Project>
Loading
Loading