Skip to content

Commit

Permalink
Remove Henri since his is an org admin and add a message in the issue…
Browse files Browse the repository at this point in the history
… for other maintainers to opt-out if desired.

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Aug 28, 2024
1 parent 9bc325a commit 9a26fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
// Any maintainers that do not want to be included on these requests
const excludedMaintainers = [
'peternied',
'hyandell',
];
return maintainersResponse.data
.map(item => item.login)
Expand All @@ -136,7 +137,7 @@ jobs:
approvers: ${{ steps.get_approvers.outputs.result }}
minimum-approvals: 1
issue-title: 'Request to approve/deny benchmark run for PR #${{ env.PR_NUMBER }}'
issue-body: "Please approve or deny the benchmark run for PR #${{ env.PR_NUMBER }}"
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."
exclude-workflow-initiator-as-approver: false
- name: Checkout PR Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 9a26fa7

Please sign in to comment.