Skip to content

Commit 50e7d5a

Browse files
squash!
1 parent a2fddff commit 50e7d5a

66 files changed

Lines changed: 62 additions & 34753 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ updates:
1818
schedule:
1919
interval: "daily"
2020
versioning-strategy: increase
21+
22+
- package-ecosystem: "pip"
23+
directory: "/src"
24+
schedule:
25+
interval: "daily"
26+
versioning-strategy: increase

.github/workflows/GitHub.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: GitHub
2+
3+
concurrency:
4+
group: GitHub-${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
7+
permissions:
8+
issues: write
9+
pull-requests: write
10+
11+
on:
12+
issues:
13+
types: [opened]
14+
pull_request:
15+
types: [opened]
16+
17+
jobs:
18+
Assign:
19+
runs-on: ubuntu-latest
20+
21+
env:
22+
ADBLOCK: true
23+
TELEMETRY_DISABLED: 1
24+
ASTRO_TELEMETRY_DISABLED: 1
25+
AUTOMATEDLAB_TELEMETRY_OPTOUT: 1
26+
AZURE_CORE_COLLECT_TELEMETRY: 0
27+
CHOOSENIM_NO_ANALYTICS: 1
28+
DIEZ_DO_NOT_TRACK: 1
29+
DO_NOT_TRACK: 1
30+
DOTNET_CLI_TELEMETRY_OPTOUT: 1
31+
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1
32+
ET_NO_TELEMETRY: 1
33+
GATSBY_TELEMETRY_DISABLED: 1
34+
GATSBY_TELEMETRY_OPT_OUT: 1
35+
GATSBY_TELEMETRY_OPTOUT: 1
36+
HASURA_GRAPHQL_ENABLE_TELEMETRY: false
37+
HINT_TELEMETRY: off
38+
HOMEBREW_NO_ANALYTICS: 1
39+
INFLUXD_REPORTING_DISABLED: true
40+
ITERATIVE_DO_NOT_TRACK: 1
41+
NEXT_TELEMETRY_DEBUG: 1
42+
NEXT_TELEMETRY_DISABLED: 1
43+
NG_CLI_ANALYTICS: false
44+
NUXT_TELEMETRY_DISABLED: 1
45+
PIN_DO_NOT_TRACK: 1
46+
POWERSHELL_TELEMETRY_OPTOUT: 1
47+
SAM_CLI_TELEMETRY: 0
48+
STNOUPGRADE: 1
49+
STRIPE_CLI_TELEMETRY_OPTOUT: 1
50+
51+
steps:
52+
- uses: pozil/auto-assign-issue@v1.13.0
53+
with:
54+
repo-token: ${{ secrets.GITHUB_TOKEN }}
55+
assignees: NikolaRHristov
56+
numOfAssignee: 1

.github/workflows/NPM.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/Node.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,5 @@ jobs:
9090
name: .-Node-${{ matrix.node-version }}-Target
9191
path: ./Target
9292

93-
- run: pnpm run prepublishOnly
94-
working-directory: .
95-
96-
- uses: actions/upload-artifact@v4.3.0
97-
with:
98-
name: .-Node-${{ matrix.node-version }}-Target
99-
path: ./Target
100-
10193
- run: pnpm run test
10294
working-directory: .

.github/workflows/ci.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.prettierrc.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)