Skip to content

Commit

Permalink
add compute-group-3 team-project (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosyrain authored Nov 5, 2024
1 parent 87e63f4 commit 184f18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions actions/assign-issue/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 43,7 @@ const correponding = new Map([
["storage-group", 35],
["matrixonecloud", 18],
["us-group", 13],
["compute-group-3", 68],
]);
// if assignees' team include any special team, we will add not delete any project
const specialTeams = new Array("qa", "pm");
Expand Down
1 change: 1 addition & 0 deletions actions/assign-issue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 22,7 @@ const correponding = new Map<string,number>([
["storage-group",35],
["matrixonecloud",18],
["us-group",13],
["compute-group-3",68],
])
// if assignees' team include any special team, we will add not delete any project
const specialTeams = new Array<string>("qa","pm")
Expand Down

0 comments on commit 184f18b

Please sign in to comment.