Skip to content

Commit

Permalink
adding charlie to approvers
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Feb 15, 2024
1 parent 4fcc554 commit cc8035d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
type: boolean
required: false
default: false
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.'

concurrency:
group: publish-release
Expand Down Expand Up @@ -419,8 +420,8 @@ jobs:
secret: ${{ github.TOKEN }}
approvers: kingpinXD,lumtis,brewmaster012,CharlieMc0
minimum-approvals: 1
issue-title: "Release Approval for version: ${{ github.event.inputs.version }}"
issue-body: "Please approve the release. Once approved the release pipeline will continue."
issue-title: "[Release] Approval, version: ${{ github.event.inputs.version }}"
issue-body: "Once approved the release pipeline will continue."
exclude-workflow-initiator-as-approver: true
additional-approved-words: ''
additional-denied-words: ''
Expand Down Expand Up @@ -481,7 +482,7 @@ jobs:
git push --tags
fi
- name: Create GitHub Release on Pull Request
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}
Expand Down

0 comments on commit cc8035d

Please sign in to comment.