diff --git a/.github/workflows/docker-buildx-upgrade.yml b/.github/workflows/docker-buildx-upgrade.yml index c97d10009..3e8121715 100644 --- a/.github/workflows/docker-buildx-upgrade.yml +++ b/.github/workflows/docker-buildx-upgrade.yml @@ -159,5 +159,5 @@ jobs: # Create PR gh pr create -B main -H "$branch_name" \ --title "$pr_title" \ - --label "dependency" \ + --label "dependencies" \ --body-file pr_body.txt diff --git a/.github/workflows/dotnet-upgrade.yml b/.github/workflows/dotnet-upgrade.yml index 9f727a7d8..ed03cdda9 100644 --- a/.github/workflows/dotnet-upgrade.yml +++ b/.github/workflows/dotnet-upgrade.yml @@ -96,7 +96,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh pr create -B main -H feature/dotnetsdk-upgrade/${{ needs.dotnet-update.outputs.DOTNET_LATEST_MAJOR_MINOR_PATCH_VERSION }} --title "Update dotnet sdk to latest version @${{ needs.dotnet-update.outputs.DOTNET_LATEST_MAJOR_MINOR_PATCH_VERSION }}" --label "dependency" --body " + gh pr create -B main -H feature/dotnetsdk-upgrade/${{ needs.dotnet-update.outputs.DOTNET_LATEST_MAJOR_MINOR_PATCH_VERSION }} --title "Update dotnet sdk to latest version @${{ needs.dotnet-update.outputs.DOTNET_LATEST_MAJOR_MINOR_PATCH_VERSION }}" --label "dependencies" --body " https://dotnetcli.blob.core.windows.net/dotnet/Sdk/${{ needs.dotnet-update.outputs.DOTNET_CURRENT_MAJOR_MINOR_VERSION }}/latest.version diff --git a/.github/workflows/node-upgrade.yml b/.github/workflows/node-upgrade.yml index 3aeff98c9..2f4b31af5 100644 --- a/.github/workflows/node-upgrade.yml +++ b/.github/workflows/node-upgrade.yml @@ -120,7 +120,7 @@ jobs: # Create PR gh pr create -B main -H "$branch_name" \ --title "chore: update Node versions" \ - --label "dependency" \ + --label "dependencies" \ --body-file pr_body.txt echo "::notice title=PR Created::Successfully created Node.js version update PR on branch $branch_name" diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 2372a07c6..0eae9225a 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -125,7 +125,7 @@ jobs: # Create PR gh pr create -B main -H "$branch_name" \ --title "chore: npm audit fix for hashFiles dependencies" \ - --label "dependency" \ + --label "dependencies" \ --body-file pr_body.txt else echo "✅ No changes to commit - npm audit fix did not modify any files"