Skip to content

Commit

Permalink
Improve Allowlisting
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
timjrobinson committed Jun 22, 2023
1 parent 99c9dbc commit ef3c30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/allowlist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
committer: GitHub <[email protected]>
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
Expand Down

0 comments on commit ef3c30b

Please sign in to comment.