Skip to content

Commit

Permalink
remove import all issues option from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Jun 28, 2024
1 parent 7cb0efe commit 7b90c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/on_main_commit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: TODO check
name: Create issues for TODOs
on:
workflow_dispatch:
inputs:
importAll:
default: 'false'
required: false
type: boolean
description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing.
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions pete/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ fn compile(
for item in build_plan.items {
let (lockfile, buf, _build_plan) = load_project_and_dependencies(&item.path_to_source)?;
// TODO(alex) -- transitive dependencies, get these build plans too
// assignee: sezna

// TODO fix issue creator
let lockfile_toml = toml::to_string(&lockfile)?;
let lockfile_path = path.join("petr.lock");
fs::write(lockfile_path, lockfile_toml)?;
Expand Down

0 comments on commit 7b90c61

Please sign in to comment.