From 1051a3bdc34178c51125350212f8187dd58d08cb Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Tue, 12 Sep 2023 20:59:14 +0100 Subject: [PATCH] Set CFL team --- .github/workflows/check_author.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_author.yml b/.github/workflows/check_author.yml index 840292560..6e03add0a 100644 --- a/.github/workflows/check_author.yml +++ b/.github/workflows/check_author.yml @@ -16,7 +16,7 @@ jobs: const creator = context.payload.sender.login const result = await github.rest.teams.getMembershipForUserInOrg({ org: context.repo.owner, - team_slug: 'my-cool-team', + team_slug: 'codeforlife', username: creator }) console.log(creator, result) // do whatever you want