diff --git a/.github/workflows/dotnet-autoformat-pr-push.yml b/.github/workflows/dotnet-autoformat-pr-push.yml index 36bbec44475a..16237d240a06 100644 --- a/.github/workflows/dotnet-autoformat-pr-push.yml +++ b/.github/workflows/dotnet-autoformat-pr-push.yml @@ -20,4 +20,5 @@ jobs: - name: 'Push autoformatted patch' uses: rolfbjarne/autoformat-push@v0.1 with: - githubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + githubToken: ${{ secrets.GITHUB_TOKEN }} + commentContents: 'Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.' \ No newline at end of file diff --git a/.github/workflows/dotnet-autoformat-pr.yml b/.github/workflows/dotnet-autoformat-pr.yml index 9078483b9395..dcb055c50335 100644 --- a/.github/workflows/dotnet-autoformat-pr.yml +++ b/.github/workflows/dotnet-autoformat-pr.yml @@ -16,4 +16,4 @@ jobs: with: script: 'dotnet format Microsoft.Maui.sln --no-restore --exclude Templates/src BlazorWebView/src/SharedSource/BlazorWebViewDeveloperTools.cs BlazorWebView/src/SharedSource/BlazorWebViewServiceCollectionExtensions.cs Graphics/src/Graphics.Win2D/W2DCanvas.cs Graphics/src/Graphics.Win2D/W2DExtensions.cs' onlyFilesModifiedInPullRequest: true - git_commit_message: 'Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.' + git_commit_message: 'Auto-format source code'