1
0
mirror of synced 2026-01-03 06:04:16 -05:00

Move files out of script/ (#45454)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Kevin Heis
2023-11-02 11:17:39 -07:00
committed by GitHub
parent 3ecf4082e3
commit 748d1e3e3d
86 changed files with 121 additions and 111 deletions

View File

@@ -7,7 +7,7 @@ import path from 'path'
import { slug } from 'github-slugger'
import yaml from 'js-yaml'
import { getContents } from '../../../script/helpers/git-utils.js'
import { getContents } from '#src/workflows/git-utils.js'
import permissionSchema from './permission-list-schema.js'
import enabledSchema from './enabled-list-schema.js'
import { validateData } from '../../rest/scripts/utils/validate-data.js'