From ef3c30b57e303c91b0cbd0aa27a8a0e5228fe833 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Thu, 22 Jun 2023 23:16:44 +1000 Subject: [PATCH] Improve Allowlisting - Make it create a new PR per pool so that it doesn't force update the same PR when new pools come in - Add pool description to the allowlist request header. --- .github/workflows/allowlist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/allowlist.yml b/.github/workflows/allowlist.yml index 521c42aa36..19a951aa06 100644 --- a/.github/workflows/allowlist.yml +++ b/.github/workflows/allowlist.yml @@ -42,10 +42,10 @@ jobs: committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false - branch: update-allowlist + branch: update-allowlist-${{inputs.network}}-${{inputs.poolId}} base: master delete-branch: true - title: 'Update pool allowlist' + title: 'Allowlist ${{inputs.poolDescription}} pool' body: | This PR was autogenerated by the allowlist manual Github action. draft: false