Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Borg (0.25 sec)

  1. .cm/plugins/filters/isEnabledAutomation/index.js

                    return true;
                }
            });
        }
    
        // If not found to be enabled by the above checks, check if enabled by user
        if (!result) {
            if (pr.author_is_org_member) {
                result = automationActivations.includes(pr.author);
            } else {
                result = automationActivations.includes('community');
            }
        }
    
        return result;
    }
    
    JavaScript
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 3.1K bytes
    - Viewed (0)
Back to top