Skip to content

Commit

Permalink
feat: add bug label to the board (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeciubotaru authored Oct 18, 2024
1 parent 4590019 commit 0ce4fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/trigger-dev/jobs/issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export async function createJob<T extends IOWithIntegrations<{ github: Autoinvoi
}
}

const regexExp = new RegExp(/.*\bgoal\b/, 'i');
const regexExp = new RegExp(/.*\b(goal|bug)\b/, 'i');
const teamOracleNodeId = 'PVT_kwDOAiJL_s4Ahvnc';
const teamOracleProjectNodeId = 'PVTSSF_lADOAiJL_s4AhvnczgabK1s';

0 comments on commit 0ce4fb4

Please sign in to comment.