Skip to content

Commit

Permalink
Update contributors-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Sep 6, 2023
1 parent 3254baf commit 159dbc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fs = require("fs");
gconst fs = require("fs");
const { Octokit } = require("@octokit/rest");
const trueContributorsMixin = require("true-github-contributors");

Expand All @@ -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-write';
const team = 'website-merge';

// Set date limits: at one month, warn contributor that they are
// inactive, and at two months remove contributor from team(s)
Expand Down

0 comments on commit 159dbc2

Please sign in to comment.