mirror of
https://github.com/RamonGebben/mergify.git
synced 2026-03-10 08:51:18 +00:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
function getConfigPath() {
|
|
return `${__dirname}/../../../.config`;;
|
|
}
|
|
|
|
module.exports = {
|
|
getConfigPath
|
|
};
|