From 09eb66839785df15fb6b88d1b22fab9a0c8de267 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Fri, 23 Jun 2023 17:17:16 +1000 Subject: [PATCH] Minor change to Allowlist message --- .github/workflows/allowlist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/allowlist.yml b/.github/workflows/allowlist.yml index 19a951aa06..f660124c88 100644 --- a/.github/workflows/allowlist.yml +++ b/.github/workflows/allowlist.yml @@ -38,7 +38,7 @@ jobs: uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'chore: Update allowlist' + commit-message: 'chore: Add ${{inputs.poolDescription}} pool to ${{inputs.network}} allowlist' committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false