You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now all files and directories in the root of the repository are shown as pools. Ideally, El Patrón should only identify directories with claimed and unclaimed sub-directories as pools.
Acceptance Criteria
Given I have locks repo with file at root called README.md When I visit el-patron Then I should not see README.md as a pool (or a lock)
Given I have locks repo with directory at root called foo When I visit el-patron Then I should not see foo as a pool (or a lock)
The text was updated successfully, but these errors were encountered:
As of now all files and directories in the root of the repository are shown as pools. Ideally, El Patrón should only identify directories with
claimed
andunclaimed
sub-directories as pools.Acceptance Criteria
Given I have locks repo with file at root called
README.md
When I visit el-patron
Then I should not see
README.md
as a pool (or a lock)Given I have locks repo with directory at root called
foo
When I visit el-patron
Then I should not see
foo
as a pool (or a lock)The text was updated successfully, but these errors were encountered: