Skip to content

Commit

Permalink
Adding a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat committed Dec 1, 2023
1 parent 485fd13 commit 0221d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const LINKING_CHECK_DELAY_MILLIS = 15 * 1000;

export const TEAMS_NOT_USING_ZENHUB = ['put-some-team-here'];

// Excludes the team from the milestone, correct linking and estimate checks.
export const SKIP_MILESTONES_AND_ESTIMATES_FOR_TEAMS = ['Docs'];

export const TESTED_LABEL_NAME = 'tested';

0 comments on commit 0221d46

Please sign in to comment.