Skip to content

Commit

Permalink
feat: add example config that's actually useful
Browse files Browse the repository at this point in the history
  • Loading branch information
nobe4 committed May 19, 2024
1 parent ef7eedf commit 79538a2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"groups": [
{
"name": "test",
"name": "ignore ci failures for the current repo",
"filters": [
".repository.full_name | startswith(\"github\")"
".repository.fullname == \"nobe4/gh-not\"",
".reason == \"ci_activity\""
],
"action": "print"
},
{
"name": "test2",
"filters": [
".repository.full_name | contains(\"cli\")"
],
"action": "debug"
"action": "done"
}
]
}

0 comments on commit 79538a2

Please sign in to comment.