Skip to content

Commit

Permalink
only need one Linear task at once, actually!
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 9, 2022
1 parent 8a48d30 commit c863f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gardening.omnifocusjs/Resources/pick.js
Expand Up @@ -260,7 +260,7 @@
new CheckEmail(),
new ReviewProjects(),
new FillEmptyProject(),
new PullForTag("from Linear", 2),
new PullForTag("from Linear", 1),
new PullForTag("from GitHub", 1),
];
let weightedStrategies = strategies.map((s) => [
Expand Down
2 changes: 1 addition & 1 deletion Gardening.omnifocusjs/Resources/pick.ts
Expand Up @@ -343,7 +343,7 @@
new CheckEmail(),
new ReviewProjects(),
new FillEmptyProject(),
new PullForTag("from Linear", 2),
new PullForTag("from Linear", 1),
new PullForTag("from GitHub", 1),
];

Expand Down

0 comments on commit c863f55

Please sign in to comment.