Skip to content

Commit b15411b

Browse files
authored
Merge pull request #21 from coder-karen/coder-karen-patch-11
2 parents a6a8d7a + 83a2d1f commit b15411b

File tree

1 file changed

+5
-5
lines changed
  • projects/github-actions/repo-gardening/src/tasks/check-description

1 file changed

+5
-5
lines changed

projects/github-actions/repo-gardening/src/tasks/check-description/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ async function buildMilestoneInfo( octokit, owner, repo, number ) {
140140
for await ( const plugin of plugins ) {
141141
const nextMilestone = await getNextValidMilestone( octokit, owner, repo, plugin );
142142
debug( `check-description: Milestone found: ${ JSON.stringify( nextMilestone ) }` );
143-
144-
debug( `check-description: getting milestone info for ${ plugin }` );
145-
const info = await getMilestoneDates( plugin, nextMilestone );
146-
147-
pluginInfo += info;
143+
if ( 'crm' !== plugin ) {
144+
debug( `check-description: getting milestone info for ${ plugin }` );
145+
const info = await getMilestoneDates( plugin, nextMilestone );
146+
pluginInfo += info;
147+
}
148148
}
149149

150150
return pluginInfo;

0 commit comments

Comments
 (0)