Skip to content

Commit

Permalink
refactor: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Dec 30, 2024
1 parent aa586b3 commit d79aa81
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/workers/repository/reconfigure/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ import { deleteReconfigureBranchCache } from './reconfigure-cache';
import { getReconfigureBranchName } from './utils';
import { validateReconfigureBranch } from './validate';

/**
* In a reconfigure branch:
* first check if such a branch exists (no->return)
* yes:
* check sha and only continue if sha doesn't match cached sha
* check if it has a valid config file (no failing check? and return)
* get the content, validate and give passing check as per it
*
* extractDeps
* ensure pr
*/

export async function checkReconfigureBranch(
config: RenovateConfig,
): Promise<void> {
Expand Down

0 comments on commit d79aa81

Please sign in to comment.