Refactor repo-issue.ts (#33784)

And remove jQuery
This commit is contained in:
wxiaoguang
2025-03-05 01:58:17 +08:00
repo.diff.committed_by GitHub
repo.diff.parent ca0ce003ab
repo.diff.commit 75e85c25c1
repo.diff.stats_desc%!(EXTRA int=10, int=194, int=236)

repo.diff.view_file

@@ -202,12 +202,10 @@ jobs:
test-mssql:
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
needs: files-changed
# specifying the version of ubuntu in use as mssql fails on newer kernels
# pending resolution from vendor
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
services:
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest
image: mcr.microsoft.com/mssql/server:2019-latest
env:
ACCEPT_EULA: Y
MSSQL_PID: Standard