From f9820942a652cee153b337ec6e532f6a1f38d23d Mon Sep 17 00:00:00 2001 From: Frederico Sabino <3332770+fmrsabino@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:25:46 +0100 Subject: [PATCH] Update cla.yml Adds @iamacook to the `allowlist` of `cla.yml` --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index fe11079..878db99 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,7 @@ jobs: path-to-document: 'https://safe.global/cla' # branch should not be protected branch: 'cla-signatures' - allowlist: hectorgomezv,moisses89,luarx,fmrsabino,rmeissner,Uxio0,*bot # may need to update this expression if we add new bots + allowlist: hectorgomezv,moisses89,luarx,fmrsabino,rmeissner,Uxio0,*bot,iamacook # may need to update this expression if we add new bots #below are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)