File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import hexRgb from ' hex-rgb'
3
3
4
- import { allowedRepos } from ' ~~/ shared/repos'
4
+ import { allowedRepos } from ' # shared/repos'
5
5
6
6
const repo = ref (' nuxt/nuxt' )
7
7
Original file line number Diff line number Diff line change 1
1
import { clusterEmbeddings } from '../../utils/cluster'
2
2
import { getEmbeddingsForIssue } from '../../utils/embeddings'
3
3
4
- import { isAllowedRepo , type AllowedRepo } from '~~/ shared/repos'
4
+ import { isAllowedRepo , type AllowedRepo } from '# shared/repos'
5
5
6
6
const linkedRepos : Record < string , AllowedRepo [ ] > = {
7
7
'danielroe/beasties' : [ 'GoogleChromeLabs/critters' ] ,
Original file line number Diff line number Diff line change 1
1
import { Octokit } from '@octokit/rest'
2
2
3
3
import { getLabels , type Issue } from '../../utils/github'
4
- import { isAllowedRepo } from '~~/ shared/repos'
4
+ import { isAllowedRepo } from '# shared/repos'
5
5
6
6
const labelsToExclude = [ 'documentation' , 'invalid' , 'enhancement' ]
7
7
const knownBots = new Set ( [ 'renovate' , 'renovate[bot]' ] )
You can’t perform that action at this time.
0 commit comments