We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8179d commit 51a7067Copy full SHA for 51a7067
1 file changed
.github/scripts/triagePr.js
@@ -10,7 +10,7 @@ module.exports = async ({github, context}) => {
10
const mobileFiles = [];
11
const devopsFiles = [];
12
13
- const labels = [];
+ const labels = ['gssoc:approved'];
14
let primaryArea = null;
15
let reviewer = null;
16
0 commit comments