Changing manual approval action.
This commit is contained in:
@@ -126,16 +126,14 @@ jobs:
|
|||||||
notification_message: '${{ gitea.server_url }}/issues'
|
notification_message: '${{ gitea.server_url }}/issues'
|
||||||
|
|
||||||
- name: Manual Approval
|
- name: Manual Approval
|
||||||
uses: trstringer/manual-approval@v1
|
uses: macnev2013/manual-approval@v1.0.18
|
||||||
with:
|
with:
|
||||||
secret: ${{ secrets.BOT_GITEA_TOKEN }}
|
secret: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
approvers: Trez.One
|
approvers: Trez.One
|
||||||
minimum-approvals: 1
|
minimum-approvals: 1
|
||||||
|
approval-wait: 600
|
||||||
issue-title: "Deployment of ${{ github.ref_name }}"
|
issue-title: "Deployment of ${{ github.ref_name }}"
|
||||||
issue-body: "Autobots, roll out!"
|
issue-body: "Autobots, roll out!"
|
||||||
exclude-workflow-initiator-as-approver: false
|
|
||||||
additional-approved-words: ''
|
|
||||||
additional-denied-words: ''
|
|
||||||
|
|
||||||
# - name: Tea CLI Setup & PR Merge
|
# - name: Tea CLI Setup & PR Merge
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user