Skip to content

Commit 9a26fa7

Browse files
committed
Remove Henri since his is an org admin and add a message in the issue for other maintainers to opt-out if desired.
Signed-off-by: Peter Nied <peternied@hotmail.com>
1 parent 9bc325a commit 9a26fa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark-pull-request.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
// Any maintainers that do not want to be included on these requests
125125
const excludedMaintainers = [
126126
'peternied',
127+
'hyandell',
127128
];
128129
return maintainersResponse.data
129130
.map(item => item.login)
@@ -136,7 +137,7 @@ jobs:
136137
approvers: ${{ steps.get_approvers.outputs.result }}
137138
minimum-approvals: 1
138139
issue-title: 'Request to approve/deny benchmark run for PR #${{ env.PR_NUMBER }}'
139-
issue-body: "Please approve or deny the benchmark run for PR #${{ env.PR_NUMBER }}"
140+
issue-body: "Please approve or deny the benchmark run for PR #${{ env.PR_NUMBER }}, please update this [workflow](../tree/main/.github/workflows/benchmark-pull-request.yml) to opt-out of future requests."
140141
exclude-workflow-initiator-as-approver: false
141142
- name: Checkout PR Repo
142143
uses: actions/checkout@v4

0 commit comments

Comments
 (0)