Skip to content

Commit

Permalink
feat: Ignore *-chakib apps data (#9898)
Browse files Browse the repository at this point in the history
Ignore *-chakib apps data

Photos are still uploaded if any.
  • Loading branch information
CharlesNepote authored and john-gom committed May 24, 2024
1 parent c655515 commit 4b73f75
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions lib/ProductOpener/Config_off.pm
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,46 @@ $options{product_type} = "food";
)
],
},
{
name => "Vegan App Chakib",
conditions => [["user_id", "vegan-app-chakib"],],
actions => [["ignore"],],
notifications => [
qw (
slack_channel_edit-alert
)
],
},
{
name => "Vegetarian App Chakib",
conditions => [["user_id", "vegetarian-app-chakib"],],
actions => [["ignore"],],
notifications => [
qw (
slack_channel_edit-alert
)
],
},
{
name => "Allergies App Chakib",
conditions => [["user_id", "allergies-app-chakib"],],
actions => [["ignore"],],
notifications => [
qw (
slack_channel_edit-alert
)
],
},
{
name => "Additives App Chakib",
conditions => [["user_id", "additives-app-chakib"],],
actions => [["ignore"],],
notifications => [
qw (
slack_channel_edit-alert
)
],
},

);

Expand Down

0 comments on commit 4b73f75

Please sign in to comment.