Skip to content

Commit 1ffaa01

Browse files
committed
updated
1 parent 54f9c65 commit 1ffaa01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
type: boolean
1212
required: false
1313
default: false
14+
description: 'Use this to skip: gosec, gosec-cosmos, nosec_alert,check-changelog, check-upgrade-uandler-updated, build-test, smoke-test and go straight to approval step.'
1415

1516
concurrency:
1617
group: publish-release
@@ -421,7 +422,7 @@ jobs:
421422
minimum-approvals: 1
422423
issue-title: "[Release] Approval, version: ${{ github.event.inputs.version }}"
423424
issue-body: "Once approved the release pipeline will continue."
424-
exclude-workflow-initiator-as-approver: true
425+
exclude-workflow-initiator-as-approver: false
425426
additional-approved-words: ''
426427
additional-denied-words: ''
427428

@@ -481,7 +482,7 @@ jobs:
481482
git push --tags
482483
fi
483484
484-
- name: Create GitHub Release on Pull Request
485+
- name: Create GitHub Release
485486
uses: softprops/action-gh-release@v1
486487
with:
487488
token: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}

0 commit comments

Comments
 (0)