fix: prevent reviewer from pushing code or updating time spent
Compare changes
- Guillaume WEBER authored
@@ -9,6 +9,7 @@ import { queue } from 'async';
@@ -16,7 +17,7 @@ const gitQueue = queue(async (task: CallableFunction) => {
@@ -28,6 +29,12 @@ export async function commitAndPushOnQueue(gitMission: GitMission, from: 'Run' |