You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TITLE: "Update SonarScanner CLI to ${{ needs.check-version.outputs.new-version }}"
65
70
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
71
run: |
67
72
git config --global user.name "SonarTech"
@@ -74,5 +79,5 @@ jobs:
74
79
gh pr list
75
80
76
81
if [[ $(gh pr list -H "${UPDATE_BRANCH}" | grep "${UPDATE_BRANCH}" | wc -l) -eq 0 ]]; then
77
-
gh pr create -B master -H ${UPDATE_BRANCH} --title "${TITLE}" --body "Automatic updated of sonar-scanner version value. Needs to be tagged for release."
82
+
gh pr create -B master -H ${UPDATE_BRANCH} --title "${TITLE}" --body "Automatic update of the sonar-scanner version value. Be sure to trigger the QA workflow by closing and reopening this PR (see https://github.com/orgs/community/discussions/65321)."
0 commit comments