Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add description in comments
  • Loading branch information
sourishkrout committed Apr 12, 2024
commit 357b31c5ea94900358e28102c7e15ed450465492
2 changes: 2 additions & 0 deletions experimental/runme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# You can test it with the "runme beta" commands.
version: v1alpha1

# config settings that apply at the repo-level
repo:
# The list of filters to apply to blocks.
# "condition" must return a boolean value.
Expand All @@ -22,6 +23,7 @@ repo:
- type: "FILTER_TYPE_BLOCK"
condition: "!hasPrefix(name, 'test')"

# config settings that often use default or a set at points of integration
core:
# Indicate the root of the runme project. "." means that
# the project root directory will be used.
Expand Down