content
stringlengths
1
103k
path
stringlengths
8
216
filename
stringlengths
2
179
language
stringclasses
15 values
size_bytes
int64
2
189k
quality_score
float64
0.5
0.95
complexity
float64
0
1
documentation_ratio
float64
0
1
repository
stringclasses
5 values
stars
int64
0
1k
created_date
stringdate
2023-07-10 19:21:08
2025-07-09 19:11:45
license
stringclasses
4 values
is_test
bool
2 classes
file_hash
stringlengths
32
32
name: Update Cargo.lock Pull Request\non:\n schedule:\n - cron: '0 6 * * TUE,WED,THU,FRI,SAT,SUN' # every day except Monday (reserved for dependabot)\n workflow_dispatch: # allows to manually trigger the workflow as well\n\njobs:\n update-cargo-lock-file:\n name: Update Cargo.lock file\n runs-on: ubuntu-lat...
dataset_sample\yaml\tracel-ai_burn\.github\workflows\update-cargo-lock.yml
update-cargo-lock.yml
YAML
1,811
0.8
0.02381
0.1
vue-tools
770
2024-12-18T01:23:48.977741
BSD-3-Clause
false
02e0c90da676ff5dd51a07b8563f413d
name: valgrind\n\non:\n schedule:\n - cron: '0 23 * * WED' # Run every Wednesday at 23:00 (UTC)\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n valgrind:\n\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n\n - name: Install llv...
dataset_sample\yaml\tracel-ai_burn\.github\workflows\valgrind.yml
valgrind.yml
YAML
704
0.8
0.032258
0.043478
node-utils
928
2025-04-23T15:39:57.834676
BSD-3-Clause
false
47aee014038112f8798aafb0e918c728
name: vulnerabilities\n\non:\n schedule:\n - cron: '0 21 * * WED' # Run every Wednesday at 21:00 (UTC)\n push:\n tags:\n - 'v*.*.*' # Run when a new version is being published\n\nenv:\n #\n # Dependency versioning\n #\n\n # careful version\n CAREFUL_VERSION: "0.4.0"\n\nconcurrency:\n group: ${{ githu...
dataset_sample\yaml\tracel-ai_burn\.github\workflows\vulnerabilities.yml
vulnerabilities.yml
YAML
3,700
0.8
0.028369
0.084906
vue-tools
608
2023-12-21T14:05:29.316084
MIT
false
e030e9abc1b7287ed546bdae2be19965
version: "2"\n\nformatters:\n enable:\n - gci\n - gofumpt\n exclusions:\n generated: lax\n paths:\n - pkg/provider/kubernetes/crd/generated/\n\nlinters:\n default: all\n disable:\n - bodyclose # too many false-positive\n - containedctx # too many false-positive\n - contextcheck # too many ...
dataset_sample\yaml\traefik_traefik\.golangci.yml
.golangci.yml
YAML
10,225
0.95
0.006173
0.009494
vue-tools
315
2024-03-19T12:17:45.285950
Apache-2.0
false
db422aae644fed84fbc79e5af5941d48
name: Bug report\ndescription: Problems with the software\ntitle: '[Bug] '\nlabels: ['bug']\nbody:\n - type: markdown\n attributes:\n value: |\n Thank you very much for your feedback!\n\n 有关讨论、建议或者咨询的内容请去往[讨论区](https://github.com/tw93/Pake/discussions)。\n\n For suggestions or help, please ...
dataset_sample\yaml\tw93_Pake\.github\ISSUE_TEMPLATE\bug-report.yml
bug-report.yml
YAML
3,083
0.95
0.065789
0
node-utils
388
2023-10-21T21:14:56.500602
BSD-3-Clause
false
98db29d3e90b875b3c5b1cf0f4efc9ff
blank_issues_enabled: false\ncontact_links:\n - name: Ask a question or get support\n url: https://github.com/tw93/Pake/discussions/categories/q-a\n about: Ask a question or request support for Pake\n
dataset_sample\yaml\tw93_Pake\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
202
0.8
0.2
0
react-lib
736
2024-02-08T14:31:56.850899
Apache-2.0
false
fffc8b605dca21c718ddcc6f85519a4b
name: Feature\ndescription: Add new feature, improve code, and more\nlabels: ['enhancement']\nbody:\n - type: markdown\n attributes:\n value: |\n Thank you very much for your feature proposal!\n - type: checkboxes\n attributes:\n label: Search before asking\n description: >\n Please...
dataset_sample\yaml\tw93_Pake\.github\ISSUE_TEMPLATE\feature.yml
feature.yml
YAML
1,702
0.95
0.108696
0
awesome-app
721
2023-12-27T16:01:21.198928
Apache-2.0
false
d1ec0a910359db7c42c43e05f43967dc
name: Build Contribute List\non:\n push:\n branches:\n - main\n\njobs:\n contrib-readme-job:\n runs-on: ubuntu-latest\n name: A job to automate contrib in readme\n steps:\n - name: Contribute List\n uses: akhilmhdh/contributors-readme-action@v2.3.6\n with:\n image_size: 90...
dataset_sample\yaml\tw93_Pake\.github\workflows\contribute_list.yml
contribute_list.yml
YAML
394
0.7
0
0
react-lib
224
2024-08-31T13:19:27.096521
GPL-3.0
false
3e41b791705b89a3bd63e09ae5e4e48a
name: Build and Publish Docker Image\n\non:\n workflow_dispatch: # Manual\n\nenv:\n REGISTRY: ghcr.io\n IMAGE_NAME: ${{ github.repository }}\n\njobs:\n build-and-push-image:\n runs-on: ubuntu-22.04\n permissions:\n contents: read\n packages: write\n\n steps:\n - name: Checkout repository\n ...
dataset_sample\yaml\tw93_Pake\.github\workflows\docker-publish.yml
docker-publish.yml
YAML
1,274
0.8
0.020408
0
react-lib
520
2024-04-19T15:55:38.330673
BSD-3-Clause
false
77c072dd4dda4af607420539812aac88
name: Check EditorConfig\n\non:\n push:\n pull_request:\n workflow_dispatch:\n\npermissions:\n actions: write\n contents: read\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n editorconfig-check:\n name: Run EditorConfig Check\n runs-on: ubuntu-latest...
dataset_sample\yaml\tw93_Pake\.github\workflows\editorconfig-check.yml
editorconfig-check.yml
YAML
469
0.7
0
0
vue-tools
572
2023-07-22T00:15:53.224524
MIT
false
a2df991c3636d163db0d2297f22d27ca
name: Check Rust Code\n\non:\n push:\n pull_request:\n workflow_dispatch:\n\npermissions:\n actions: write\n contents: read\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\ndefaults:\n run:\n shell: bash\n working-directory: src-tauri\n\njobs:\n cargo-test:\...
dataset_sample\yaml\tw93_Pake\.github\workflows\rust-code-quality-check.yml
rust-code-quality-check.yml
YAML
2,682
0.7
0.048193
0
node-utils
391
2025-03-11T22:52:55.153716
BSD-3-Clause
false
27322d8ae229dd2b982ae73d4e7326e3
version: '2'\nrun:\n go: '1.24'\nlinters:\n enable:\n - asciicheck\n - bidichk\n - bodyclose\n - canonicalheader\n - containedctx\n - copyloopvar\n - decorder\n - dogsled\n - dupword\n - durationcheck\n - err113\n - errchkjson\n - errname\n - errorlint\n - exptostd\n - fatcontext\n - forbidigo\n - f...
dataset_sample\yaml\twpayne_chezmoi\.golangci.yml
.golangci.yml
YAML
3,845
0.85
0.009615
0
node-utils
409
2025-02-25T07:45:49.080549
MIT
false
f450bea0de85f6ae5e4b136e95c7366e
version: 2\nupdates:\n- package-ecosystem: gomod\n directory: /\n schedule:\n interval: monthly\n labels:\n - enhancement\n\n groups:\n go-dev:\n dependency-type: development\n patterns:\n - '*'\n update-types: [minor, patch]\n\n go-prod:\n dependency-type: production\n patte...
dataset_sample\yaml\twpayne_chezmoi\.github\dependabot.yml
dependabot.yml
YAML
745
0.7
0
0
awesome-app
950
2023-11-21T22:15:12.318178
BSD-3-Clause
false
e6dbd510211453733cfb9938c7e2c6f0
name: setup-go\ndescription: Set up Go environment and enable caching\ninputs:\n cache-prefix:\n description: Cache prefix\n default: cache-go\n required: false\n go-version:\n description: Go version to set up\n required: true\n upload-cache:\n description: Upload cache or only restore\n defaul...
dataset_sample\yaml\twpayne_chezmoi\.github\actions\setup-go\action.yml
action.yml
YAML
2,066
0.85
0.055556
0
node-utils
35
2025-05-22T16:23:59.557184
BSD-3-Clause
false
d1f7510bed29eadd4aa809444b68b2b0
name: clear-pr-caches\n\non:\n pull_request_target:\n types:\n - closed\n\npermissions:\n actions: write\n\njobs:\n clear-caches:\n runs-on: ubuntu-24.04\n steps:\n - name: clear-caches\n env:\n GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n GH_REPO: ${{ github.repository }}\n BRANC...
dataset_sample\yaml\twpayne_chezmoi\.github\workflows\clear-pr-caches.yml
clear-pr-caches.yml
YAML
576
0.7
0.04
0
react-lib
827
2023-09-15T21:26:04.192120
BSD-3-Clause
false
3ae6b292d74e0ff827c2f4729b7e3f7a
name: govulncheck\non:\n pull_request:\n branches:\n - master\n push:\n branches:\n - master\n tags:\n - v*\n schedule:\n - cron: 2 2 * * *\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress: true\njobs:\n govulncheck:\n r...
dataset_sample\yaml\twpayne_chezmoi\.github\workflows\govulncheck.yml
govulncheck.yml
YAML
945
0.7
0
0
vue-tools
903
2024-01-03T09:31:25.403956
MIT
false
7f52d0479dbaf1310335a412384caa10
name: installer\non:\n pull_request:\n branches:\n - master\n push:\n branches:\n - master\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress: true\nenv:\n SHA: ${{ github.event_name == 'push' && github.sha || github.event.pull_reque...
dataset_sample\yaml\twpayne_chezmoi\.github\workflows\installer.yml
installer.yml
YAML
3,715
0.8
0.072072
0
python-kit
9
2024-10-05T20:08:57.815177
Apache-2.0
false
a07cf5a30ab84c4ff7f12ad8ae591a91
name: lock-threads\n\non:\n schedule:\n - cron: 17 2 * * *\n workflow_dispatch: {}\n\npermissions:\n issues: write\n pull-requests: write\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress: true\n\njobs:\n action:\n runs-on: ubuntu-22.04...
dataset_sample\yaml\twpayne_chezmoi\.github\workflows\lock-threads.yml
lock-threads.yml
YAML
590
0.7
0
0
react-lib
402
2025-05-18T15:09:59.318965
GPL-3.0
false
3c17ac43fea38f4f25a2f0de8a6877fe
name: main\non:\n pull_request:\n branches:\n - master\n push:\n branches:\n - master\n tags:\n - v*\n schedule:\n - cron: 32 2 * * *\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress: true\nenv:\n ACTIONLINT_VERSION: 1.7.7 ...
dataset_sample\yaml\twpayne_chezmoi\.github\workflows\main.yml
main.yml
YAML
19,850
0.8
0.058935
0
react-lib
934
2023-09-18T01:35:58.931467
BSD-3-Clause
false
85cc2f6e8445def406167180280231fb
site_name: chezmoi\nsite_url: https://chezmoi.io\nsite_description: Manage your dotfiles across multiple machines, securely.\nsite_author: Tom Payne\ncopyright: Copyright © Tom Payne 2018-2025\nrepo_name: twpayne/chezmoi\nrepo_url: https://github.com/twpayne/chezmoi\nedit_uri: edit/master/assets/chezmoi.io/docs/\nstric...
dataset_sample\yaml\twpayne_chezmoi\assets\chezmoi.io\mkdocs.yml
mkdocs.yml
YAML
19,036
0.95
0.010152
0.002591
react-lib
88
2025-06-09T15:23:33.445610
GPL-3.0
false
287539878c910296076669548b6f71d0
name: 🐞 Compiler Bug Report\ndescription: For bugs in the Typst compiler\ntitle: Write a short and descriptive title!\nlabels:\n - bug\nbody:\n - type: markdown\n attributes:\n value: Thanks for reporting a bug in the Typst compiler. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aopen+is%...
dataset_sample\yaml\typst_typst\.github\ISSUE_TEMPLATE\1-bug.yml
1-bug.yml
YAML
1,833
0.95
0.065217
0
node-utils
955
2024-10-30T07:15:47.074198
BSD-3-Clause
false
58a496cb6a259c9862a4e495868693a3
name: 🪴 Compiler Feature Request\ndescription: For feature requests for the Typst compiler\ntitle: Write a short and descriptive title!\nlabels:\n - feature request\nbody:\n - type: markdown\n attributes:\n value: Thanks for sharing your feature request for the Typst compiler. Did you [take a look](https://g...
dataset_sample\yaml\typst_typst\.github\ISSUE_TEMPLATE\2-feature.yml
2-feature.yml
YAML
1,249
0.95
0.24
0
awesome-app
500
2025-05-06T03:41:28.833340
Apache-2.0
false
4a2de0eacd892afca60b052b5a44a20d
name: 📖 Documentation\ndescription: For issues with the documentation\ntitle: Write a short and descriptive title!\nlabels:\n - docs\nbody:\n - type: markdown\n attributes:\n value: Thanks for reporting an issue with Typst's documentation. Did you [take a look](https://github.com/typst/typst/issues?q=is%3Aop...
dataset_sample\yaml\typst_typst\.github\ISSUE_TEMPLATE\3-docs.yml
3-docs.yml
YAML
815
0.95
0.117647
0
react-lib
690
2023-07-15T09:31:16.379806
BSD-3-Clause
false
4fbf8b29376bfa01be1783a6c8d21d39
blank_issues_enabled: true\ncontact_links:\n - name: 💻 Web App Issues\n url: https://github.com/typst/webapp-issues/issues\n about: Bug reports or feature requests for Typst's official web app\n - name: 🏛️ Typst Forum\n url: https://forum.typst.app/\n about: Do you have a question instead of a specific ...
dataset_sample\yaml\typst_typst\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
729
0.8
0.071429
0
react-lib
908
2025-06-07T15:06:18.516322
MIT
false
6a3f543f74d167e19cb37e964772b684
name: Continuous integration\non: [push, pull_request, merge_group]\n\nenv:\n RUSTFLAGS: "-Dwarnings"\n RUSTDOCFLAGS: "-Dwarnings"\n TYPST_TESTS_EXTENDED: true\n PKG_CONFIG_i686-unknown-linux-gnu: /usr/bin/i686-linux-gnu-pkgconf\n\njobs:\n # This allows us to have one branch protection rule for the full test matri...
dataset_sample\yaml\typst_typst\.github\workflows\ci.yml
ci.yml
YAML
3,536
0.8
0.096154
0.020408
react-lib
930
2024-01-11T14:35:21.997174
BSD-3-Clause
false
d748ee5f671211e67bf0069dc0da257c
name: Build and Publish Docker Image\n\non:\n release:\n types: [published]\n workflow_dispatch:\n\nenv:\n REGISTRY: ghcr.io\n\njobs:\n build:\n name: Build Images\n runs-on: ubuntu-latest\n strategy:\n fail-fast: false\n matrix:\n platform:\n - linux/amd64\n - linux/a...
dataset_sample\yaml\typst_typst\.github\workflows\docker-image.yml
docker-image.yml
YAML
3,556
0.8
0.007813
0
python-kit
940
2024-10-23T21:54:00.329748
GPL-3.0
false
c58d258e4912fb64f1a387f27e844f17
name: Move to Typst Forum\non:\n issues:\n types:\n - labeled\njobs:\n add-comment:\n if: github.event.label.name == 'to-forum'\n runs-on: ubuntu-latest\n permissions:\n issues: write\n steps:\n - name: Call Discourse API to create forum post\n env:\n ISSUE_BODY: ${{ gith...
dataset_sample\yaml\typst_typst\.github\workflows\forum.yml
forum.yml
YAML
3,236
0.8
0.098765
0.041096
vue-tools
30
2024-05-08T09:59:13.057023
Apache-2.0
false
13740e036d27601c97f7e6fbf728bc70
# Based on ripgrep's release action:\n# https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.yml\n\nname: Build Release Binaries\non:\n workflow_dispatch:\n release:\n types: [published]\n\njobs:\n build-release:\n name: release ${{ matrix.target }}\n runs-on: ${{ matrix.os }}\n pe...
dataset_sample\yaml\typst_typst\.github\workflows\release.yml
release.yml
YAML
2,683
0.8
0.056818
0.025
react-lib
783
2024-08-08T02:28:17.184315
MIT
false
5b88656b937f0f0e5f2629360a82dd42
# This is responsible for the fact that certain math functions are grouped\n# together into one documentation page although they are not part of any scope.\n\n- name: variants\n title: Variants\n category: math\n path: ["math"]\n filter: ["serif", "sans", "frak", "mono", "bb", "cal"]\n details: |\n Alternate ty...
dataset_sample\yaml\typst_typst\docs\reference\groups.yml
groups.yml
YAML
5,220
0.95
0.084746
0.040816
react-lib
847
2024-11-21T19:52:00.255850
BSD-3-Clause
false
726ebbbb0266ada532f23c5fc8d98c7e
name: Check\n\non:\n pull_request:\n types: [opened, synchronize, reopened, ready_for_review]\n branches:\n - main\n - union-1-staging\n merge_group:\n\npermissions: read-all\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n check:\n runs-on:...
dataset_sample\yaml\unionlabs_union\.github\workflows\check.yml
check.yml
YAML
623
0.7
0.033333
0
python-kit
956
2025-03-10T08:55:07.573258
MIT
false
ec182f1baee2c01e984b6a771b3c2c9e
name: Deploy App 2\n\non:\n push:\n branches:\n - main\n - release/app2\n paths:\n - 'app2/**'\n pull_request:\n paths:\n - 'app2/**'\n workflow_dispatch:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\nenv:\n NODE_OPTIONS: '--no-warning...
dataset_sample\yaml\unionlabs_union\.github\workflows\deploy-app2.yml
deploy-app2.yml
YAML
5,662
0.8
0.025806
0.013889
awesome-app
203
2024-10-23T16:07:22.903538
GPL-3.0
false
a87e73a5beee2b470cde50b402cb5f7d
name: Deploy Ceremony\n\non:\n push:\n branches:\n - main\n - release/ceremony\n paths:\n - 'ceremony/**'\n pull_request:\n paths:\n - 'ceremony/**'\n workflow_dispatch:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\nenv:\n NODE_OPTIONS...
dataset_sample\yaml\unionlabs_union\.github\workflows\deploy-ceremony.yml
deploy-ceremony.yml
YAML
5,233
0.8
0.028777
0.015504
react-lib
888
2023-11-27T00:09:51.275720
BSD-3-Clause
false
b1bb51f03917198301e3a63c25ddcbe8
name: Deploy Docs\n\non:\n push:\n branches:\n - main\n paths:\n - 'docs/**'\n - 'versions/**'\n - 'networks/genesis/**'\n pull_request:\n paths:\n - 'docs/**'\n - 'versions/**'\n - 'networks/genesis/**'\n workflow_dispatch:\n\nconcurrency:\n group: ${{ github.workflow }}...
dataset_sample\yaml\unionlabs_union\.github\workflows\deploy-docs.yml
deploy-docs.yml
YAML
4,151
0.8
0.025424
0.018349
vue-tools
830
2024-09-19T19:14:03.610383
GPL-3.0
false
af9727e056ea05e1d81d489f66d15d2f
name: Deploy Zkgm-dev\n\non:\n push:\n branches:\n - main\n - release/zkgm-dev\n paths:\n - 'zkgm-dev/**'\n pull_request:\n paths:\n - 'zkgm-dev/**'\n workflow_dispatch:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\nenv:\n NODE_OPTIONS...
dataset_sample\yaml\unionlabs_union\.github\workflows\deploy-zkgm-dev.yml
deploy-zkgm-dev.yml
YAML
5,233
0.8
0.028777
0.015504
react-lib
812
2024-06-12T07:50:20.296414
GPL-3.0
false
2c5cd4164651a0940bcaf653d063a83f
name: e2e Manual\n\non:\n workflow_dispatch:\n\njobs:\n build:\n uses: ./.github/workflows/e2e.yml\n secrets:\n nixbuild_token: ${{ secrets.NIXBUILD_TOKEN }}\n gh_token: ${{ secrets.GITHUB_TOKEN }}\n org_token: ${{ secrets.UNION_ORG_PAT }}\n
dataset_sample\yaml\unionlabs_union\.github\workflows\e2e-manual.yml
e2e-manual.yml
YAML
252
0.7
0
0
node-utils
294
2024-06-21T02:45:47.736504
BSD-3-Clause
false
161ddef9380208d489f81ab70c24497d
\nname: Full end-to-end (e2e) testsuite.\n\non:\n workflow_call:\n secrets:\n nixbuild_token:\n required: true\n gh_token:\n required: true\n org_token:\n required: true\n\njobs:\n build:\n uses: unionlabs/workflows/.github/workflows/build.yml@8fdbd5d131725a503e1e8c7a415edf67...
dataset_sample\yaml\unionlabs_union\.github\workflows\e2e.yml
e2e.yml
YAML
835
0.85
0
0
react-lib
570
2024-05-11T03:00:26.772487
Apache-2.0
false
3140428d46d05d31f14ac0aefe3f2762
name: Nightly\n\non:\n workflow_dispatch:\n workflow_call:\n\njobs:\n build:\n uses: ./.github/workflows/e2e.yml\n secrets:\n nixbuild_token: ${{ secrets.nixbuild_token }}\n gh_token: ${{ secrets.GITHUB_TOKEN }}\n org_token: ${{ secrets.UNION_ORG_PAT }}\n\n create-issue:\n runs-on: ubuntu-la...
dataset_sample\yaml\unionlabs_union\.github\workflows\nightly.yml
nightly.yml
YAML
833
0.8
0.066667
0.037037
python-kit
769
2024-06-07T09:40:36.681189
GPL-3.0
false
843124891932d70e9ff18cc686b26a06
name: Release Component\n\non:\n push:\n tags: ['*/v[0-9]+\.[0-9]+\.[0-9]+\-rc[0-9]+*', '*/v[0-9]+\.[0-9]+\.[0-9]+*']\n\njobs:\n eval-tag:\n runs-on: ubuntu-latest\n outputs:\n build: ${{ steps.eval.outputs.BUILD }}\n component: ${{ steps.eval.outputs.COMPONENT }}\n image-produced: ${{ steps.e...
dataset_sample\yaml\unionlabs_union\.github\workflows\release-component.yml
release-component.yml
YAML
15,287
0.8
0.043478
0.002967
awesome-app
947
2025-04-21T05:19:50.772753
MIT
false
2f093488af6947976680837757d598d0
name: 'Publish TypeScript SDK Preview'\n\n# pkg.pr.new won't publish anything to NPM; instead, \n# it leverages its own URLs, which are npm-compatible.\n\n# npm install https://pkg.pr.new/${owner}/${repo}/${package}@${commit}\n\n# learn more: https://github.com/stackblitz-labs/pkg.pr.new/blob/main/README.md\n\non:\n p...
dataset_sample\yaml\unionlabs_union\.github\workflows\typescript-sdk-preview.yml
typescript-sdk-preview.yml
YAML
1,210
0.8
0
0.095238
awesome-app
552
2025-01-15T20:20:59.707022
GPL-3.0
false
bec2e5240f82e2f21cb06e60bf71aafa
name: 'Publish TypeScript SDK'\n\non:\n push:\n branches:\n - 'main'\n paths:\n - 'typescript-sdk/**'\n tags:\n - 'typescript-sdk-v*'\n workflow_dispatch:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\ndefaults:\n run:\n shell: bash\n w...
dataset_sample\yaml\unionlabs_union\.github\workflows\typescript-sdk-publish.yml
typescript-sdk-publish.yml
YAML
1,531
0.8
0.015625
0.018519
python-kit
711
2023-07-18T02:11:08.789281
Apache-2.0
false
8154a1667ad2c6672eb29b042e1c5190
version: 1\nvalidation: sovereign\naccounts:\n - name: alice\n coins:\n - 20000token\n - 200000000stake\n - name: bob\n coins:\n - 10000token\n - 100000000stake\nclient:\n openapi:\n path: docs/static/openapi.yml\nfaucet:\n name: bob\n coins:\n - 5token\n - 100000stake\nvalidator...
dataset_sample\yaml\unionlabs_union\uniond\config.yml
config.yml
YAML
491
0.7
0
0
react-lib
612
2023-12-04T19:31:24.404835
MIT
false
43aa1a0252ff740a16cbfac9ed3d9bf2
{"id":"github.com/unionlabs/union/uniond","consumes":["application/json"],"produces":["application/json"],"swagger":"2.0","info":{"description":"Chain github.com/unionlabs/union/uniond REST API","title":"HTTP API Console","contact":{"name":"github.com/unionlabs/union/uniond"},"version":"version not set"},"paths":{},"de...
dataset_sample\yaml\unionlabs_union\uniond\docs\static\openapi.yml
openapi.yml
YAML
660
0.8
0.1
0
python-kit
65
2024-01-12T06:03:01.408472
GPL-3.0
false
b1617667fb63b282daac0ff81e7ca2a0
site_name: Unity ML-Agents Toolkit\nsite_url: https://unity-technologies.github.io/ml-agents/\nrepo_url: https://github.com/Unity-Technologies/ml-agents\nedit_uri: edit/main/docs/\nsite_description: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to ser...
dataset_sample\yaml\Unity-Technologies_ml-agents\mkdocs.yml
mkdocs.yml
YAML
2,162
0.8
0.050847
0.034483
react-lib
730
2025-03-14T15:35:14.330265
Apache-2.0
false
8f98cadb1e587acdeeda3aa8af8f549f
# Configuration for probot-stale - https://github.com/probot/stale\n\n# General configuration\n# Label to use when marking as stale\nstaleLabel: stale\n\n# Only run on issues\nonly: issues\n\n# Issue specific configuration\nissues:\n limitPerRun: 5\n daysUntilStale: 90\n daysUntilClose: 30\n markComment: >\n Thi...
dataset_sample\yaml\Unity-Technologies_ml-agents\.github\stale.yml
stale.yml
YAML
798
0.8
0.153846
0.217391
react-lib
690
2024-06-22T09:59:05.823657
GPL-3.0
false
99f4f7c454ccd547c548754aab0f69b2
blank_issues_enabled: false\ncontact_links:\n - name: Discussion / General Questions\n url: https://forum.unity.com/forums/ml-agents.453/\n about: Discussion about ML-Agents, RL algorithms, or game integrations.\n - name: Installation / Setup\n url: https://forum.unity.com/forums/ml-agents.453/\n about: Q...
dataset_sample\yaml\Unity-Technologies_ml-agents\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
556
0.8
0
0
python-kit
174
2023-10-31T20:44:51.988689
BSD-3-Clause
false
8d0e5710065225abe0a4066629dff518
name: colab\n\non:\n pull_request:\n paths: # This action will only run if the PR modifies a file in one of these directories\n - 'ml-agents-envs/**'\n - 'gym-unity/**'\n - 'colab/**'\n - '.github/workflows/colab.yml'\n push:\n branches:\n - main\n - develop\n - 'release/**'\n workflow...
dataset_sample\yaml\Unity-Technologies_ml-agents\.github\workflows\colab.yml
colab.yml
YAML
2,408
0.95
0.061538
0.063492
python-kit
683
2023-09-28T04:25:05.986647
BSD-3-Clause
false
9658eba29a6c6110644655aaa20acddb
name: 'Lock Threads'\n\non:\n schedule:\n - cron: '0 0/4 * * *'\n workflow_dispatch:\n\njobs:\n lock:\n runs-on: ubuntu-latest\n permissions:\n issues: write\n pull-requests: write\n steps:\n - uses: actions/stale@v9\n with:\n days-before-issue-stale: 30\n days...
dataset_sample\yaml\Unity-Technologies_ml-agents\.github\workflows\lock.yml
lock.yml
YAML
751
0.7
0.125
0
react-lib
495
2023-09-15T07:18:26.169406
Apache-2.0
false
425cfcee9507a048eacd68659c926a7b
name: nightly\n\non:\n schedule:\n - cron: '0 7 * * *' # run at 7 AM UTC == midnight PST\n workflow_dispatch:\n\njobs:\n markdown-link-check-full:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: actions/setup-python@v5\n with:\n python-version: 3.10.12\n - uses...
dataset_sample\yaml\Unity-Technologies_ml-agents\.github\workflows\nightly.yml
nightly.yml
YAML
3,370
0.95
0.033333
0.125
node-utils
920
2024-09-15T18:57:42.341455
BSD-3-Clause
false
550bd606a1a856fe87106084d97dffcb
name: pre-commit\n\non:\n pull_request:\n push:\n branches:\n - main\n - develop\n - 'release/**'\n workflow_dispatch:\n\njobs:\n pre-commit:\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v4\n - uses: actions/setup-python@v5\n with:\n python-version: 3.10.x\n ...
dataset_sample\yaml\Unity-Technologies_ml-agents\.github\workflows\pre-commit.yml
pre-commit.yml
YAML
1,611
0.8
0
0.016667
awesome-app
13
2023-09-16T09:39:59.945319
GPL-3.0
false
2c37432ca5a496f6d8b7f2f3b0f93583
{% metadata_file .yamato/coverage_tests.metafile %}\n---\n{% for package in coverage_test_packages %}\n{% for editor in coverage_test_editors %}\n{% for platform in coverage_test_platforms %}\n{% capture coverageOptions %} --enable-code-coverage --code-coverage-options 'generateHtmlReport;assemblyFilters:+{{ package.as...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\com.unity.ml-agents-coverage.yml
com.unity.ml-agents-coverage.yml
YAML
2,120
0.8
0.116279
0
vue-tools
433
2023-09-19T22:16:22.615206
Apache-2.0
false
a03e7d14cfa62a1567796932a2716339
pack:\n name: Pack\n agent:\n type: Unity::VM\n image: ml-agents/ml-agents-ubuntu-18.04:latest\n flavor: b1.small\n commands:\n - |\n eval "$($HOME/anaconda/bin/conda shell.bash hook)"\n conda activate python3.10\n python3 -m pip install unity-downloader-cli --index-url https://artifactory...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\com.unity.ml-agents-pack.yml
com.unity.ml-agents-pack.yml
YAML
853
0.8
0
0
react-lib
388
2024-09-03T09:54:04.772028
GPL-3.0
false
9095c39402d4b4a38066c37a262db16a
#disabling mac perf tests until utr issue is resolved.\n#test_editors:\n# - version: 2023.2\n#---\n#{% for editor in test_editors %}\n#Run_Mac_Perfomance_Tests{{ editor.version }}:\n# name: Run Mac Performance Tests {{ editor.version }}\n# agent:\n# type: Unity::VM::osx\n# image: package-ci/macos-13:v4\n# f...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\com.unity.ml-agents-performance.yml
com.unity.ml-agents-performance.yml
YAML
1,206
0.8
0.033333
1
vue-tools
145
2025-01-16T02:19:27.810464
GPL-3.0
false
50782ffeec7b5158bb7f347a3c5fdf79
test_editors:\n - version: 2023.2\ntest_platforms:\n - name: win\n type: Unity::VM\n image: package-ci/win11:v4\n flavor: b1.large\n---\n\n{% for editor in test_editors %}\n{% for platform in test_platforms %}\npromotion_test_{{ platform.name }}_{{ editor.version }}:\n name : Promotion Test {{ editor.versio...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\com.unity.ml-agents-promotion.yml
com.unity.ml-agents-promotion.yml
YAML
1,948
0.8
0.089552
0.063492
awesome-app
472
2023-12-31T16:12:45.408867
GPL-3.0
false
7c994affd808026b2a9f86a9ae9d1487
publish:\n name: Publish ML-Agents to Internal Registry\n agent:\n type: Unity::VM\n image: package-ci/win11:v4\n flavor: b1.large\n variables:\n UPMCI_ENABLE_PACKAGE_SIGNING: 1\n commands:\n - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\com.unity.ml-agents-publish.yml
com.unity.ml-agents-publish.yml
YAML
711
0.8
0
0.130435
awesome-app
770
2023-10-10T00:25:18.328661
MIT
false
dbab3a5f0ecb3cf0db145170794858ab
#csharp:\n# name: Sonarqube Scan for ml-agents python repo\n# agent:\n# type: Unity::metal::macmini\n# image: package-ci/mac:v1.8.1-822785\n# flavor: m1.mac\n# variables:\n# SONARQUBE_PROJECT_KEY: ai-ml-agents-toolkit\n# TARGET_BRANCH: develop\n# commands:\n# - npm install shellcheck --save-dev\n#...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\sonar-python-package.yml
sonar-python-package.yml
YAML
1,345
0.8
0.047619
1
node-utils
812
2023-10-31T09:51:54.651613
Apache-2.0
false
85c4f76aeb626888e8332a35411cb213
# Auto-generated by Recipe Engine, do not modify manually.\n# This job is generated by the wrench recipe engine module, see find the docs here: .\n\n# upm-ci validation tests for API Validation - ml-agents - 2023.2 - windows (2023.2 - Windows).\napi_validation_-_ml-agents_-_2023_2_-_windows:\n name: API Validation - m...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\wrench\api-validation-jobs.yml
api-validation-jobs.yml
YAML
1,628
0.8
0.021277
0.066667
awesome-app
812
2024-08-12T21:20:04.341965
BSD-3-Clause
false
296f58e20c014542c689c9d5e1278bea
# Auto-generated by Recipe Engine, do not modify manually.\n# This job is generated by the wrench recipe engine module, see find the docs here: .\n\n# Pack and Sign ML Agents\npackage_pack_-_ml-agents:\n name: Package Pack - ml-agents\n agent:\n image: package-ci/ubuntu-20.04:default\n type: Unity::VM\n flav...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\wrench\package-pack-jobs.yml
package-pack-jobs.yml
YAML
1,062
0.8
0
0.107143
awesome-app
225
2025-01-03T13:39:30.312766
Apache-2.0
false
87e435cf23d40cb16e45202ee4673286
# Auto-generated by Recipe Engine, do not modify manually.\n# This job is generated by the wrench recipe engine module, see find the docs here: .\n\n# Parent Preview APV Job.\nall_preview_apv_jobs:\n name: All Preview APV Jobs\n dependencies:\n - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos\n ...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\wrench\preview-a-p-v.yml
preview-a-p-v.yml
YAML
5,557
0.8
0.018293
0.037736
node-utils
931
2023-08-21T05:50:23.325882
Apache-2.0
false
911e9f9e3eec36f82930afac69aaf9b0
# Auto-generated by Recipe Engine, do not modify manually.\n# This job is generated by the wrench recipe engine module, see find the docs here: .\n\n# Publish Dry Run for ml-agents to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm\npublish_dry_run_ml-agents:\n name: Publish Dry Run ml-agents\n ag...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\wrench\promotion-jobs.yml
promotion-jobs.yml
YAML
5,517
0.8
0.013158
0.026846
python-kit
774
2024-08-19T21:11:08.573598
MIT
false
38ac1cd5f981ee17d3533709c59fc43d
# Auto-generated by Recipe Engine, do not modify manually.\n# This job is generated by the wrench recipe engine module, see find the docs here: .\n\n# PVP Editor and Playmode tests for Validate - ml-agents - 2023.2 - macos (2023.2 - MacOS).\nvalidate_-_ml-agents_-_2023_2_-_macos:\n name: Validate - ml-agents - 2023.2 ...
dataset_sample\yaml\Unity-Technologies_ml-agents\.yamato\wrench\validation-jobs.yml
validation-jobs.yml
YAML
12,270
0.95
0.022663
0.023121
react-lib
180
2023-12-27T15:18:38.467876
Apache-2.0
false
70f26070d8ecf1038d4f22ac1adc778d
apiRules:\n- exclude:\n uidRegex: .*Test.*\n type: Namespace\n- exclude:\n uidRegex: ^Unity\.MLAgents\.CommunicatorObjects$\n type: Namespace\n- exclude:\n uidRegex: ^Unity\.MLAgents\.Editor$\n type: Namespace\n- exclude:\n uidRegex: ^Unity\.MLAgentsExamples$\n type: Namespace\n\n
dataset_sample\yaml\Unity-Technologies_ml-agents\com.unity.ml-agents\Documentation~\filter.yml
filter.yml
YAML
291
0.7
0
0
react-lib
166
2025-06-27T07:29:29.563577
BSD-3-Clause
false
0ad34ab5d8db60d0715beaa3a0d58b0c
---\nexclude_paths:\n - '**/*.g.cs'\n - 'src/SamplesApp/**'\n - '**/tsBindings/*.ts'\n - 'doc/**'\n - 'src/Uno.UI/Microsoft/UI/Xaml/Controls/Repeater/**'\n - 'src/Uno.UI/UI/Xaml/Controls/CalendarView/**'\n - 'src/Uno.UI/DirectUI/**'\n
dataset_sample\yaml\unoplatform_uno\.codacy.yml
.codacy.yml
YAML
232
0.8
0
0
awesome-app
568
2023-10-15T08:14:51.807873
MIT
false
3993ec270dd69956f99dc31514162771
image:\n file: build/gitpod/.gitpod.Dockerfile\n\nports:\n # Default port for the SampleApp\n - port: 8000\n onOpen: open-preview\n\ntasks:\n # Mitigation for https://github.com/gitpod-io/gitpod/issues/6460 \n - name: Postinstall .NET and dev certificates\n init: |\n mkdir -p $DOTNET_ROOT && curl -fsSL ...
dataset_sample\yaml\unoplatform_uno\.gitpod.yml
.gitpod.yml
YAML
1,930
0.8
0.130435
0.243902
vue-tools
245
2024-03-07T09:09:43.066938
BSD-3-Clause
false
b92a32d4027762044aa5268fcb2e3949
pull_request_rules:\n\n - name: automatic strict merge when CI passes, has 2 reviews, no requests for change and is labeled 'ready-to-merge' unless labelled 'do-not-merge/breaking-change' or 'do-not-merge/work-in-progress'\n conditions:\n # Only pull-requests sent to the master branch\n - base=master\n\n ...
dataset_sample\yaml\unoplatform_uno\.mergify.yml
.mergify.yml
YAML
1,197
0.8
0.03125
0.48
python-kit
785
2024-06-25T17:24:23.163686
BSD-3-Clause
false
f8abf9e6682924bfe7991f7556fe74b6
trigger:\n branches:\n include:\n - master\n - release/beta/*\n - release/stable/*\n - feature/*\n - legacy/*\n\npr: \n branches:\n include:\n - master\n - release/beta/*\n - release/stable/*\n - feature/*\n - legacy/*\n\nvariables:\n windowsScaledPool: 'Window...
dataset_sample\yaml\unoplatform_uno\.vsts-ci-docs.yml
.vsts-ci-docs.yml
YAML
480
0.8
0
0
react-lib
329
2024-02-26T00:22:11.920420
BSD-3-Clause
false
53a6e0359c0033cc83d47e664932c8e9
trigger:\n branches:\n include:\n - master\n - release/beta/*\n - release/stable/*\n - feature/*\n - legacy/*\n \n paths:\n include:\n - '/'\n exclude:\n - .dependabot/\n - .github/\n # don't trigger the CI if only docs files are changed\n - doc/*\n - '**/*.md'...
dataset_sample\yaml\unoplatform_uno\.vsts-ci.yml
.vsts-ci.yml
YAML
1,704
0.8
0.027027
0.092308
python-kit
479
2023-12-11T07:09:39.094042
GPL-3.0
false
d9822c70ee13bb61539578921d2e8429
# Configuration for welcome - https://github.com/behaviorbot/welcome\n\n## Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome\n\n# Comment to be posted to on first time issues\n#newIssueWelcomeComment: >\n# Thanks for opening your first issue here! Be sure to follow the issue templa...
dataset_sample\yaml\unoplatform_uno\.github\config.yml
config.yml
YAML
1,344
0.8
0.26087
0.647059
vue-tools
208
2025-02-02T20:49:03.952376
GPL-3.0
false
a6db0fce4338148c53c5a373b034d313
version: 2\nupdates:\n- package-ecosystem: nuget\n directory: "/"\n schedule:\n interval: weekly\n time: "01:00"\n open-pull-requests-limit: 10\n labels:\n - kind/dependency\n - do-not-merge/work-in-progress\n ignore:\n - dependency-name: Microsoft.VisualStudio.Telemetry\n versions:\n - "> 16.3.2"\n...
dataset_sample\yaml\unoplatform_uno\.github\dependabot.yml
dependabot.yml
YAML
14,253
0.7
0
0
vue-tools
829
2024-04-29T17:22:14.426928
Apache-2.0
false
a63c02b23441a98e6e6a469d6e6ce49b
# automatically invite contributors to this particular team in the organization when their pull-requests\n# are merged which enables maintainers to assign issues to these individuals.\nteam: community\n
dataset_sample\yaml\unoplatform_uno\.github\invite-contributors.yml
invite-contributors.yml
YAML
199
0.8
0
0.666667
awesome-app
310
2024-02-07T15:19:23.922651
GPL-3.0
false
be900f6101fde213818c4bf72c93ccad
# https://github.com/actions/labeler\n\narea/automation:\n - src/SamplesApp/*\n - src/SamplesApp/**/*\n - src/Uno.UI.Tests/*\n - src/Uno.UI.Tests/**/*\n - src/Uno.UI.Wasm.Tests/*\n - src/Uno.UI.Wasm.Tests/**/*\n\narea/build:\n - build/*\n - build/**/*\n - '**/*.yml'\n - src/Uno.UI.TestComparer/*\n - src/Uno....
dataset_sample\yaml\unoplatform_uno\.github\labeler.yml
labeler.yml
YAML
2,260
0.8
0
0.012821
react-lib
311
2025-05-19T17:20:10.571045
BSD-3-Clause
false
051ee63baaf9e2fb20bb8d5a60a1092e
# Configuration for top-issue-bot - https://github.com/adamzolyak/gh-vote-bot\nlabelName: "triage/most-wanted"\nlabelColor: "#BB8FCE"\nnumberOfIssuesToLabel: 30\n
dataset_sample\yaml\unoplatform_uno\.github\topissuebot.yml
topissuebot.yml
YAML
158
0.8
0.25
0.25
python-kit
678
2025-04-11T08:10:24.980940
MIT
false
9279a34613b2de8187d6136d56a7146c
name: Q&A\ndescription: Ask the community for help\nbody:\n\n - type: textarea\n id: question\n attributes:\n label: Describe your issue\n description: |\n - Explain your problem in the most specific way. Provide any relevant error logs, full stack traces of exceptions, browser logs, etc...\n ...
dataset_sample\yaml\unoplatform_uno\.github\DISCUSSION_TEMPLATE\q-a.yml
q-a.yml
YAML
1,481
0.8
0.018868
0
vue-tools
967
2024-09-16T23:59:08.790315
MIT
false
f973272e88b39bbe0641c03b27e54c2f
name: Bug Report\ndescription: Report a bug encountered while developing with Uno\nlabels: [kind/bug, triage/untriaged, difficulty/tbd]\nbody:\n - type: textarea\n id: current-behavior\n attributes:\n label: Current behavior\n description: Describe how the issue manifests\n - type: textarea\n id: e...
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\bug-report.yml
bug-report.yml
YAML
3,794
0.8
0.034188
0
react-lib
230
2024-12-14T15:36:55.037364
BSD-3-Clause
false
e3fffbe1e035833954391ec8eb333a26
blank_issues_enabled: false\ncontact_links:\n - name: Questions\n url: https://github.com/unoplatform/uno/discussions\n about: 'For general questions about Uno, visit GitHub discussions'\n
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
190
0.8
0
0
vue-tools
669
2023-08-23T06:25:51.874301
Apache-2.0
false
c3b5e178d088157a8c6d2471111a54df
name: Documentation Issue\ndescription: Report an issue with the Uno documentation\nlabels: [kind/consumer-experience, kind/documentation, triage/untriaged, difficulty/tbd]\nbody:\n - type: markdown\n attributes:\n value: |\n Please only use this template for reporting issues with the documentation wher...
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\documentation-issue.yml
documentation-issue.yml
YAML
1,290
0.95
0.032258
0
python-kit
326
2025-03-03T07:20:08.810577
Apache-2.0
false
6333d4d9897852ab7a5602150f6e76c7
name: Documentation Request\ndescription: Request an enhancement to the Uno documentation\nlabels: [kind/consumer-experience, kind/documentation, triage/untriaged, difficulty/tbd]\nbody:\n - type: markdown\n attributes:\n value: |\n Please only use this template for submitting documentation requests. \n...
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\documentation-request.yml
documentation-request.yml
YAML
1,792
0.85
0.054545
0
vue-tools
328
2023-10-22T08:15:42.999751
BSD-3-Clause
false
18671d2a5be316b5e2c17aa8f7750233
name: Enhancement Request\ndescription: Suggest an enhancement to Uno Platform\nlabels: [kind/enhancement, triage/untriaged, difficulty/tbd]\nbody:\n - type: textarea\n id: enhancement-description\n attributes:\n label: What would you like to be added\n description: Describe in detail what is the featu...
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\enhancement.yml
enhancement.yml
YAML
1,102
0.85
0.025641
0
node-utils
943
2024-03-18T21:34:43.430370
Apache-2.0
false
3b9f2c11824d5d71fb22cfc0a4655c5c
name: Feedback\ndescription: Share your feedback the Uno Platform team\nlabels: [kind/feedback, triage/untriaged]\nbody:\n - type: markdown\n attributes:\n value: |\n Thanks for stopping by to share your feedback! 💖 \n\n - type: textarea\n id: feedback-description\n attributes:\n label: You...
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\feedback.yml
feedback.yml
YAML
834
0.85
0.08
0
node-utils
103
2024-11-26T06:42:04.561860
GPL-3.0
false
2fea736628976d381acf4f79227d7155
name: Success Story\ndescription: If you are using Uno in production, we would love to hear about it\nlabels: [kind/consumer-experience, kind/documentation, triage/untriaged]\nbody:\n - type: markdown\n attributes:\n value: |\n **STOP ⛔ -- PLEASE READ!**\n\n We 💖 to hear about how, where and wha...
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\success-story.yml
success-story.yml
YAML
1,018
0.8
0.045455
0.058824
node-utils
665
2023-07-18T02:43:09.199857
GPL-3.0
false
f5387fe7ff59d2f37e696ddd75d3989e
name: Support Request\ndescription: Support request or question relating to Uno\nlabels: [triage/support]\nbody:\n - type: markdown\n attributes:\n value: |\n **STOP ⛔ -- PLEASE READ!**\n\n GitHub is not the right place for support requests.\n\n If you're looking for help, check [Stack Ove...
dataset_sample\yaml\unoplatform_uno\.github\ISSUE_TEMPLATE\support-request.yml
support-request.yml
YAML
1,400
0.8
0.166667
0.055556
node-utils
428
2024-05-11T12:53:03.026363
BSD-3-Clause
false
9310d1007b184b3ed6ef4f7eba2db58e
# For most projects, this workflow file will not need changing; you simply need\n# to commit it to your repository.\n#\n# You may wish to alter this file to override the set of languages analyzed,\n# or to provide custom queries or build logic.\n#\n# ******** NOTE ********\n# We have attempted to detect the languages i...
dataset_sample\yaml\unoplatform_uno\.github\workflows\codeql.yml
codeql.yml
YAML
5,564
0.95
0.180328
0.394495
awesome-app
973
2024-10-21T09:48:05.733658
Apache-2.0
false
e67162de6ce794e8392a870b21c58ce3
name: "Pull Request Labeler"\non:\n- pull_request_target\n\njobs:\n triage:\n if: github.repository == 'unoplatform/uno'\n permissions:\n contents: read\n pull-requests: write\n runs-on: ubuntu-latest\n steps:\n - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4\n with:...
dataset_sample\yaml\unoplatform_uno\.github\workflows\labeler.yml
labeler.yml
YAML
358
0.8
0.066667
0
react-lib
239
2024-10-27T21:43:19.007614
GPL-3.0
false
a7b7735631993d5ef86ae7808c494413
name: No Response\n\n# Both `issue_comment` and `scheduled` event types are required for this Action\n# to work properly.\non:\n issue_comment:\n types: [created]\n schedule:\n # Schedule for 5 minutes past the hour, every 6 hours\n - cron: '5 */6 * * *'\n\njobs:\n noResponse:\n if: github.repository == ...
dataset_sample\yaml\unoplatform_uno\.github\workflows\no-response.yml
no-response.yml
YAML
995
0.95
0.217391
0.142857
awesome-app
576
2024-06-27T07:35:32.496459
MIT
false
4a586107efff134663ff665875c2b748
# This workflow uses actions that are not certified by GitHub. They are provided\n# by a third-party and are governed by separate terms of service, privacy\n# policy, and support documentation.\n\nname: Scorecard supply-chain security\non:\n # For Branch-Protection check. Only the default branch is supported. See\n #...
dataset_sample\yaml\unoplatform_uno\.github\workflows\scorecard.yml
scorecard.yml
YAML
3,126
0.8
0.054054
0.439394
python-kit
574
2024-12-28T09:23:55.469374
BSD-3-Clause
false
31cf62520e60bcc737a0e76ef2ad9832
name: 'Close stale PRs'\non:\n schedule:\n - cron: '30 1 * * *'\n\n workflow_dispatch:\n\npermissions:\n contents: write # only for delete-branch option\n issues: write\n pull-requests: write\n\njobs:\n stale:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/stale@v9\n with:\n # d...
dataset_sample\yaml\unoplatform_uno\.github\workflows\stale-prs.yml
stale-prs.yml
YAML
933
0.8
0.057143
0.111111
vue-tools
76
2024-01-15T06:10:11.690609
MIT
false
a9f9bf2d93f14d38480b0c4367b2379b
# verbose: true\ncommits:\n # strict: false\n # limit: 100\n # all: true\n upstreamBranch: origin/master\n
dataset_sample\yaml\unoplatform_uno\build\.commitsar.yml
.commitsar.yml
YAML
104
0.8
0
0.666667
react-lib
169
2024-11-12T07:20:04.403196
Apache-2.0
false
d68e114420d385faa3ecce8aee3142d8
steps:\n- bash: |\n curl -L -O https://github.com/aevea/commitsar/releases/download/v0.20.2/commitsar_0.20.2_linux_amd64.tar.gz\n tar -xzf commitsar_0.20.2_linux_amd64.tar.gz\n export COMMITSAR_CONFIG_PATH=$(build.sourcesdirectory)/build\n ./commitsar\n\n condition: ne(variables['System.PullRequest.PullReq...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-commitsar.yml
.azure-devops-commitsar.yml
YAML
377
0.8
0
0
node-utils
282
2025-02-02T18:25:33.162707
MIT
false
9c8046545798ed8e3e2f536be1e0eaf8
parameters:\n poolName: ''\n\njobs:\n- job: Documentation\n displayName: 'Build Documentation WebSite'\n\n pool: ${{ parameters.poolName }}\n\n variables:\n CombinedConfiguration: Release|Any CPU\n CI_Build: true\n\n # Use pre-defined local nuget cache for restore\n NUGET_PACKAGES: 'C:\NugetPackages'\n ...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-docs.yml
.azure-devops-docs.yml
YAML
1,389
0.8
0.02
0.025
node-utils
380
2023-09-10T06:55:31.288232
MIT
false
c34fee972da095f275ddf1dca7558646
steps:\n- task: NodeTool@0\n inputs:\n versionSpec: '18.x'\n\n# Keep that version in sync with documentation at doc/README.md\n- bash: npm install -g markdownlint-cli@0.38.0\n displayName: Install markdownlint-cli\n\n- bash: markdownlint -c $(Build.SourcesDirectory)/build/.markdownlint.json "doc/**/*.md"\n displa...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-markdown-lint.yml
.azure-devops-markdown-lint.yml
YAML
337
0.8
0
0.111111
awesome-app
770
2023-10-05T07:25:06.842409
GPL-3.0
false
030617290cbb3690876d13a1252ca566
parameters:\n poolName: ''\n UNO_UWP_BUILD: ''\n XAML_FLAVOR_BUILD: ''\n\njobs:\n- job: binaries_win_build\n displayName: 'Build Binaries'\n timeoutInMinutes: 90\n cancelTimeoutInMinutes: 1\n\n pool: ${{ parameters.poolName }}\n\n variables:\n CombinedConfiguration: Release|Any CPU\n CI_Build: true\n\n ...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-package-netcoremobile.yml
.azure-devops-package-netcoremobile.yml
YAML
6,535
0.95
0.018405
0.043165
react-lib
624
2024-02-26T12:03:32.750925
GPL-3.0
false
2399c89ada6fbcd24acec3551ed67ed1
parameters:\n poolName: ''\n UNO_UWP_BUILD: ''\n XAML_FLAVOR_BUILD: ''\n AssetNativeSuffix: ''\n\njobs:\n- job: skia_package_macos_native_build\n displayName: 'Skia macOS Native Binaries'\n pool:\n vmImage: ${{ parameters.macOSImageName }}\n\n variables:\n CombinedConfiguration: Release|Any CPU\n CI_Bui...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-package-skia-native-assets.yml
.azure-devops-package-skia-native-assets.yml
YAML
1,146
0.8
0
0.03125
node-utils
448
2024-06-17T16:19:25.191227
MIT
false
0c993563c4d474f63e7fe7d14b66fc1e
jobs:\n- deployment: 'Nuget'\n displayName: 'Nuget Publish Dev'\n environment: 'Uno UI Development'\n\n pool:\n vmImage: ${{ parameters.vmImage }}\n\n strategy:\n runOnce:\n deploy:\n steps:\n - download: none\n\n # https://github.com/microsoft/azure-pipelines-tasks/issues/17207\n ...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-publish-nuget-dev.yml
.azure-devops-publish-nuget-dev.yml
YAML
620
0.8
0
0.052632
python-kit
799
2025-03-25T16:02:49.719074
GPL-3.0
false
424b3463c6dccab03cd7f28c2199ab47
jobs:\n- deployment: 'Nuget_Prod_Dev'\n displayName: 'Nuget Publish Prod Dev'\n environment: 'Uno UI Production'\n\n pool:\n vmImage: ${{ parameters.vmImage }}\n\n strategy:\n runOnce:\n deploy:\n steps:\n - download: none\n\n # https://github.com/microsoft/azure-pipelines-tasks/issu...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-publish-nuget-prod-dev.yml
.azure-devops-publish-nuget-prod-dev.yml
YAML
577
0.8
0
0.055556
react-lib
608
2025-03-06T16:46:52.514403
MIT
false
8db7cbf503f92c7e37ed21249d574423
jobs:\n- deployment: 'Nuget_Prod_Nuget_Org'\n displayName: 'Nuget Publish Prod NuGet.org'\n environment: 'Uno UI Production'\n pool:\n vmImage: ${{ parameters.vmImage }}\n\n strategy:\n runOnce:\n deploy:\n steps:\n - download: none\n\n # https://github.com/microsoft/azure-pipelines-...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-publish-nuget-prod.yml
.azure-devops-publish-nuget-prod.yml
YAML
1,065
0.8
0
0.029412
vue-tools
393
2024-10-08T07:49:09.691245
GPL-3.0
false
b1bd44fa0db6930f52b928536f27d0b8
parameters:\n vmImage: ''\n\njobs:\n\n- job: UITests_Screenshots_Compare\n displayName: 'UI Tests Screenshots Comparison'\n \n timeoutInMinutes: 90\n cancelTimeoutInMinutes: 1\n \n condition: or(succeeded(), and(failed(), ge(variables['System.StageAttempt'], 5)))\n\n pool: ${{ parameters.poolName }}\n\n\n vari...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-screenshot-compare.yml
.azure-devops-screenshot-compare.yml
YAML
2,398
0.7
0
0
awesome-app
372
2024-11-01T09:29:40.129235
GPL-3.0
false
4aeab9af10a73bbb5698fcb2bc26597f
steps:\n\n# Keep that version in sync with documentation at doc/README.md\n- bash: npm install -g cspell@8.3.2\n displayName: Install cSpell\n\n- bash: cspell --config ./build/cSpell.json "doc/**/*.md" "doc/**/toc.yml" --no-progress\n displayName: Run Spell Checking\n
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-spell-check.yml
.azure-devops-spell-check.yml
YAML
262
0.8
0
0.166667
vue-tools
508
2023-08-12T11:58:49.887714
MIT
false
e5800b136fff8333076c288545dc81c1
\nstages:\n- stage: Setup\n displayName: Setup\n jobs:\n - job: Validations\n \n pool:\n vmImage: $(linuxVMImage)\n\n variables:\n npm_config_cache: $(Pipeline.Workspace)/.npm\n\n steps:\n - checkout: self\n clean: true\n\n - task: Cache@2\n inputs:\n key: validation | $(Ag...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-stages-docs.yml
.azure-devops-stages-docs.yml
YAML
781
0.8
0
0
vue-tools
537
2023-09-04T22:59:30.792613
BSD-3-Clause
false
d0e15b5ecc4ecd14aa08dd8bf83b461a
stages:\n- stage: Setup\n displayName: Setup\n jobs:\n - job: Validations\n \n pool:\n vmImage: $(linuxVMImage)\n\n variables:\n npm_config_cache: $(Pipeline.Workspace)/.npm\n\n steps:\n - checkout: self\n clean: true\n\n - task: Cache@2\n inputs:\n key: validation | $(Agen...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-stages.yml
.azure-devops-stages.yml
YAML
4,886
0.8
0.005405
0.025806
vue-tools
464
2024-04-15T15:15:32.497131
BSD-3-Clause
false
ba74b0b738b282d628be7916cf7643f0
parameters:\n vmImage: ''\n\njobs:\n- job: WASDK_Build\n displayName: 'Build WinAppSDK Samples App'\n\n pool:\n vmImage: ${{ parameters.poolName }}\n\n variables:\n CombinedConfiguration: Release|AnyCPU\n CI_Build: true\n\n # Use pre-defined local nuget cache for restore\n NUGET_PACKAGES: 'C:\NugetPa...
dataset_sample\yaml\unoplatform_uno\build\ci\.azure-devops-wasdk.yml
.azure-devops-wasdk.yml
YAML
2,284
0.8
0.014925
0.178571
node-utils
16
2024-03-27T12:05:41.487254
GPL-3.0
false
4d0d592276f7b0813e17fc9c9545c5da
steps:\n - task: NodeTool@0\n displayName: "Install Node 14.7.1"\n inputs:\n versionSpec: "14.17.1"\n\n - bash: |\n cd "$(Build.SourcesDirectory)/doc/"\n npm install\n displayName: Install Dependencies\n\n - bash: |\n cd "$(Build.SourcesDirectory)/doc/"\n npm run build\n displayN...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\docfx-intermediary-assets.yml
docfx-intermediary-assets.yml
YAML
337
0.7
0
0
node-utils
349
2024-04-21T16:08:40.654569
Apache-2.0
false
f07fb82d5d11313f13487f37cf039ceb