From 9f87cf6f211cab0037ee90fb241654d5b9376998 Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:53:16 -0700 Subject: [PATCH] Update contributors-data.js --- .../trigger-schedule/github-data/contributors-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/trigger-schedule/github-data/contributors-data.js b/github-actions/trigger-schedule/github-data/contributors-data.js index 4d57ab4c0c..03cf7ad9c9 100644 --- a/github-actions/trigger-schedule/github-data/contributors-data.js +++ b/github-actions/trigger-schedule/github-data/contributors-data.js @@ -9,7 +9,7 @@ const octokit = new Octokit({ auth: process.env.token }); // Set variables to avoid hard-coding const org = 'hackforla'; const repo = 'website'; -const team = 'website-merge'; +const team = 'website-write'; // Set date limits: at one month, warn contributor that they are // inactive, and at two months remove contributor from team(s)