Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock authored and github-actions[bot] committed May 30, 2024
1 parent cc3b232 commit 4a974cd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/apps.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2170,6 +2170,12 @@
"Podchaser-Parser"
]
},
{
"name": "Podcini",
"examples": [
"Podcini/4.6.2"
]
},
{
"name": "Podclipper",
"examples": [
Expand Down
4 changes: 4 additions & 0 deletions build/apps.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,10 @@
"name": "Podchaser",
"pattern": "^Podchaser |^Podchaser-Parser"
},
{
"name": "Podcini",
"pattern": "^Podcini/\\d"
},
{
"name": "Podclipper",
"pattern": "^Podclipper/"
Expand Down
6 changes: 6 additions & 0 deletions build/bots.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,12 @@
"RedCircle"
]
},
{
"name": "Rephonic",
"examples": [
"Rephonic/1.0"
]
},
{
"name": "Ridder Bot",
"examples": [
Expand Down
4 changes: 4 additions & 0 deletions build/bots.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,10 @@
"name": "RedCircle",
"pattern": "RedCircle"
},
{
"name": "Rephonic",
"pattern": "^Rephonic/\\d"
},
{
"name": "Ridder Bot",
"pattern": " RidderBot/"
Expand Down

0 comments on commit 4a974cd

Please sign in to comment.