TP-00000 | Fix Owners (#7299)

This commit is contained in:
Shivam Goyal
2023-07-22 22:10:05 +05:30
committed by GitHub
parent bee7e37e63
commit bbadd3d3f1
2 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ jobs:
script: |
const sizeDiff = ${{ steps.apk-diff.outputs.size_diff }};
const sizeDiffKB = Math.round(sizeDiff / 1024);
const codeOwners = ['@satish-prasad', '@raaj-gopal', '@rahul-bhat', '@shankar-yadav', '@maila-rajanikanth', '@adarsh-s', '@siddiboina-susai', '@amit-kumar', '@jegatheeswaran-m']; // Replace with the desired code owners' usernames
const codeOwners = ['@navi-android/leads', '@navi-android/owners']; // Replace with the desired code owners' usernames
const codeOwnerTags = codeOwners.join(' '); // Join the code owner usernames with a space
const additionalInfo = `
APK size can increase due to various factors. Some common reasons include: