Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 1, 2024
1 parent 93837e0 commit a136c26
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 2,842 deletions.
56 changes: 56 additions & 0 deletions .github/workflows/GitHub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: GitHub

concurrency:
group: GitHub-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
issues: write
pull-requests: write

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
Assign:
runs-on: ubuntu-latest

env:
ADBLOCK: true
TELEMETRY_DISABLED: 1
ASTRO_TELEMETRY_DISABLED: 1
AUTOMATEDLAB_TELEMETRY_OPTOUT: 1
AZURE_CORE_COLLECT_TELEMETRY: 0
CHOOSENIM_NO_ANALYTICS: 1
DIEZ_DO_NOT_TRACK: 1
DO_NOT_TRACK: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1
ET_NO_TELEMETRY: 1
GATSBY_TELEMETRY_DISABLED: 1
GATSBY_TELEMETRY_OPT_OUT: 1
GATSBY_TELEMETRY_OPTOUT: 1
HASURA_GRAPHQL_ENABLE_TELEMETRY: false
HINT_TELEMETRY: off
HOMEBREW_NO_ANALYTICS: 1
INFLUXD_REPORTING_DISABLED: true
ITERATIVE_DO_NOT_TRACK: 1
NEXT_TELEMETRY_DEBUG: 1
NEXT_TELEMETRY_DISABLED: 1
NG_CLI_ANALYTICS: false
NUXT_TELEMETRY_DISABLED: 1
PIN_DO_NOT_TRACK: 1
POWERSHELL_TELEMETRY_OPTOUT: 1
SAM_CLI_TELEMETRY: 0
STNOUPGRADE: 1
STRIPE_CLI_TELEMETRY_OPTOUT: 1

steps:
- uses: pozil/auto-assign-issue@v1.13.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
numOfAssignee: 1
43 changes: 0 additions & 43 deletions .github/workflows/NPM.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,5 @@ jobs:
- run: pnpm install
working-directory: .

- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/upload-artifact@v4.3.0
with:
name: .-Node-${{ matrix.node-version }}-Target
path: ./Target

- run: pnpm run test
working-directory: .
14 changes: 0 additions & 14 deletions .vscode/settings.json

This file was deleted.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
},
"homepage": "https://github.com/microsoft/vscode-theme-color-consumer#readme",
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@types/prettier": "^2.2.3",
"esbuild": "^0.12.5",
"execa": "^5.0.0",
"glob": "^7.1.7",
"got": "^11.8.2",
"jest": "^27.0.1",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.2"
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.14",
"@types/prettier": "^2.7.3",
"esbuild": "^0.20.0",
"execa": "^8.0.1",
"glob": "^10.3.10",
"got": "^14.1.0",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"dependencies": {
"jsonc-parser": "^3.0.0"
"jsonc-parser": "^3.2.1"
},
"prettier": {
"trailingComma": "all",
Expand Down
Loading

0 comments on commit a136c26

Please sign in to comment.