Skip to content

Commit 51a7067

Browse files
authored
fix: Added gssoc:approved label for opening new prs (#535)
1 parent 1b8179d commit 51a7067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/triagePr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = async ({github, context}) => {
1010
const mobileFiles = [];
1111
const devopsFiles = [];
1212

13-
const labels = [];
13+
const labels = ['gssoc:approved'];
1414
let primaryArea = null;
1515
let reviewer = null;
1616

0 commit comments

Comments
 (0)