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: save_logs_and_results\ninputs:\n folder:\n required: false\n default: "log"\nruns:\n using: composite\n steps:\n - uses: actions/upload-artifact@v4.6.0\n name: Upload logs\n with:\n name: ${{ inputs.folder }}\n if-no-files-found: ignore\n path: |\n src/test/**/proxy.output\n ...
dataset_sample\yaml\citusdata_citus\.github\actions\save_logs_and_results\action.yml
action.yml
YAML
1,070
0.95
0.078947
0
node-utils
149
2025-04-17T04:09:58.514810
GPL-3.0
false
1a17f03602aff7845c23836419c268d5
name: setup_extension\ninputs:\n pg_major:\n required: false\n skip_installation:\n required: false\n default: false\n type: boolean\nruns:\n using: composite\n steps:\n - name: Expose $PG_MAJOR to Github Env\n run: |-\n if [ -z "${{ inputs.pg_major }}" ]; then\n echo "PG_MAJOR=${PG_...
dataset_sample\yaml\citusdata_citus\.github\actions\setup_extension\action.yml
action.yml
YAML
947
0.85
0.057143
0
node-utils
694
2024-02-24T13:11:48.512180
MIT
false
0a5df7af878d785de6a7b0c88970bd90
name: coverage\ninputs:\n flags:\n required: false\n codecov_token:\n required: true\nruns:\n using: composite\n steps:\n - uses: codecov/codecov-action@v3\n with:\n flags: ${{ inputs.flags }}\n token: ${{ inputs.codecov_token }}\n verbose: true\n gcov: true\n - name: Create codeclima...
dataset_sample\yaml\citusdata_citus\.github\actions\upload_coverage\action.yml
action.yml
YAML
810
0.95
0
0
awesome-app
938
2024-02-22T19:04:19.094717
GPL-3.0
false
84a0497df4777497a62ba5a5add1b68b
base:\n - ".* warning: ignoring old recipe for target [`']check'"\n - ".* warning: overriding recipe for target [`']check'"\n
dataset_sample\yaml\citusdata_citus\.github\packaging\packaging_ignore.yml
packaging_ignore.yml
YAML
124
0.7
0.666667
0
vue-tools
73
2024-10-14T07:23:12.273443
GPL-3.0
false
c95cfd79db7128d1ef12cf06c032bf66
name: "CodeQL"\n\non:\n schedule:\n - cron: '59 23 * * 6'\n workflow_dispatch:\n\njobs:\n analyze:\n name: Analyze\n runs-on: ubuntu-22.04\n permissions:\n actions: read\n contents: read\n security-events: write\n\n strategy:\n fail-fast: false\n matrix:\n language: [ '...
dataset_sample\yaml\citusdata_citus\.github\workflows\codeql.yml
codeql.yml
YAML
1,999
0.8
0.012658
0.028571
vue-tools
243
2023-08-30T10:47:02.399523
BSD-3-Clause
false
ffb5262002a5bde461f41b6661d32368
name: "Build devcontainer"\n\n# Since building of containers can be quite time consuming, and take up some storage,\n# there is no need to finish a build for a tag if new changes are concurrently being made.\n# This cancels any previous builds for the same tag, and only the latest one will be kept.\nconcurrency:\n gro...
dataset_sample\yaml\citusdata_citus\.github\workflows\devcontainer.yml
devcontainer.yml
YAML
1,512
0.8
0.055556
0.058824
awesome-app
701
2025-03-14T23:15:21.953270
GPL-3.0
false
ebf63d81c15571ece60289b997c88299
%YAML 1.1\n---\n# Configuration for CirrusCI. This is primarily used for testing and building FreeBSD and old versions of Linux,\n# since other CI platforms don't support build jobs for these configurations.\n#\n# Note that we set the YAML directive above to prevent some linting errors around the templates.\n\nsetup_te...
dataset_sample\yaml\ClementTsang_bottom\.cirrus.yml
.cirrus.yml
YAML
2,172
0.8
0.042254
0.075758
vue-tools
296
2023-10-06T04:58:20.877734
MIT
false
a199d47dc08fb7e15368ded26a84597a
coverage:\n status:\n project:\n default:\n target: auto\n threshold: 30%\n patch: off\n
dataset_sample\yaml\ClementTsang_bottom\codecov.yml
codecov.yml
YAML
107
0.7
0
0
python-kit
890
2025-02-26T05:20:41.406266
GPL-3.0
false
b7921208d3c1ddb75b31d1418c4bdbd4
blank_issues_enabled: true\ncontact_links:\n - name: Open a discussion\n about: |\n Got a question about using bottom? Need help troubleshooting something? Or maybe just talk about something related to bottom? Feel free to open a discussion!\n url: https://github.com/ClementTsang/bottom/discussions/new\n
dataset_sample\yaml\ClementTsang_bottom\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
311
0.8
0
0
awesome-app
194
2023-09-10T11:15:17.606141
BSD-3-Clause
false
6198e0d0748e35baa6d88bfef27d7300
name: Feature request\ndescription: Got a good idea that hasn't already been suggested? Mention it here!\nlabels: ["feature"]\nbody:\n - type: checkboxes\n id: acknowledgements\n attributes:\n label: Checklist\n options:\n - label: >\n I've looked through [the documentation](https://...
dataset_sample\yaml\ClementTsang_bottom\.github\ISSUE_TEMPLATE\feature_request.yml
feature_request.yml
YAML
1,224
0.95
0.1
0
vue-tools
291
2024-04-01T00:10:33.653970
GPL-3.0
false
b453ceddd86d4c0d69c93cb7048f6a45
name: Packaging\ndescription: For issues, questions, or requests regarding packaging or distribution.\nlabels: ["packaging"]\nbody:\n - type: markdown\n attributes:\n value: >\n If this is an issue about supporting a new package/installation method for a platform you use, please\n consider mainta...
dataset_sample\yaml\ClementTsang_bottom\.github\ISSUE_TEMPLATE\packaging.yml
packaging.yml
YAML
2,309
0.95
0.085106
0.05
python-kit
854
2024-03-06T22:01:36.355654
BSD-3-Clause
false
9027fcf298c5752959438ca56b1c0239
# Builds the following releases:\n# - Binaries\n# - Binaries via VMs\n# - Cirrus binaries (currently just Linux 2.17)\n# - MSI installer for Windows (.msi)\n# - .deb releases\n# - .rpm releases\n\nname: "build releases"\n\non:\n workflow_dispatch:\n workflow_call:\n inputs:\n caller:\n description: "Th...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\build_releases.yml
build_releases.yml
YAML
20,677
0.95
0.052288
0.053407
awesome-app
243
2024-11-10T20:37:52.769318
GPL-3.0
false
6bfe14468cc42fd11a3f6bb306147ff5
# Main CI workflow to validate that files are formatted correctly, pass tests,\n# and pass lints.\n#\n# CI workflow was based on a lot of work from other people:\n# - https://github.com/heim-rs/heim/blob/master/.github/workflows/ci.yml\n# - https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/ci.yml\n# -...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\ci.yml
ci.yml
YAML
11,854
0.8
0.055072
0.11465
vue-tools
690
2023-07-24T04:53:52.637997
GPL-3.0
false
54fed295e6d2c2d5beb4ad7612e22d60
# Simple job to clear the cache used by a workflow. This automatically runs when a PR is closed/merged\n# to clean up the corresponding PR's cache.\n\nname: "clear workflow cache"\n\non:\n workflow_dispatch:\n inputs:\n id:\n description: "Which id to clear. Type main/master/all to clean all, and keep-m...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\clear_workflow_cache.yml
clear_workflow_cache.yml
YAML
1,503
0.95
0.068182
0.075
awesome-app
483
2023-10-15T16:08:01.551019
BSD-3-Clause
false
acc68038af37e61129ddfb13bdc63e82
# Code coverage generation via cargo-llvm-cov, which is then uploaded to Codecov.\n# Codecov will report back via a comment if run on a PR.\n#\n# Note that Codecov will report back the average all uploaded coverage files.\n\nname: codecov\n\non:\n workflow_dispatch:\n pull_request:\n push:\n branches:\n - ma...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\coverage.yml
coverage.yml
YAML
3,007
0.8
0.047619
0.068493
python-kit
287
2025-06-24T02:35:44.784690
GPL-3.0
false
5904cbfd2bc9916ca6b44852090f5018
# How we deploy a release. Covers binary builds. Also manages packaging for choco.\n#\n# Binaries are primarily built by GHA, though some Linux, M1 macOS, and FreeBSD builds are\n# handled by CirrusCI.\n\nname: deployment\n\non:\n workflow_dispatch:\n inputs:\n tag:\n description: "Which tag to deploy a...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\deployment.yml
deployment.yml
YAML
4,307
0.95
0.020833
0.075
awesome-app
37
2024-02-02T14:50:06.162573
GPL-3.0
false
99f673167b1fe52441cf17da1c435143
# Workflow to deploy mkdocs documentation.\n\nname: docs\n\non:\n workflow_dispatch:\n push:\n branches:\n - main\n paths:\n - "docs/**"\n - ".github/workflows/docs.yml"\n\nenv:\n # Assign commit authorship to official GitHub Actions bot when pushing to the `gh-pages` branch:\n GIT_USER: "githu...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\docs.yml
docs.yml
YAML
1,254
0.95
0
0.052632
python-kit
608
2024-11-26T05:02:43.688891
Apache-2.0
false
95ab5f996efc0db63917584c554b6e82
# Creates nightly deployment builds for main targets. Note this does not cover package distribution channels,\n# such as choco.\n\nname: nightly\n\non:\n schedule:\n - cron: "0 0 * * *"\n workflow_dispatch:\n inputs:\n isMock:\n description: "Mock run"\n default: true\n required: false...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\nightly.yml
nightly.yml
YAML
2,998
0.95
0.14433
0.035294
vue-tools
247
2023-12-03T21:07:06.168414
GPL-3.0
false
c70079252ae9baaa045b54146b91c8e8
# Actions to run after releasing a version, like:\n# - Generating documentation via mkdocs\n# - Notifying packaging repos\n# - Automatically creating winget packages\n\nname: post-release\n\non:\n release:\n types: [published]\n workflow_dispatch:\n inputs:\n tag:\n description: "Which tag to deploy...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\post_release.yml
post_release.yml
YAML
4,236
0.95
0.024
0.046296
python-kit
795
2023-11-04T02:40:50.327716
GPL-3.0
false
958ea43eaf347e6e0e8199b1c8cc9bd3
# Workflow to validate the latest schema.\n\nname: "validate schema"\non:\n workflow_dispatch:\n pull_request:\n push:\n branches:\n - main\n paths:\n - "schema/**"\n - "scripts/schema/**"\n - ".github/workflows/validate_schema.yml"\n\nconcurrency:\n group: ${{ github.workflow }}-${{ githu...
dataset_sample\yaml\ClementTsang_bottom\.github\workflows\validate_schema.yml
validate_schema.yml
YAML
2,062
0.95
0.017241
0.02
python-kit
90
2025-04-18T07:09:58.194169
MIT
false
794439aa6f017a87edd7480ee06d5049
# Site information\nsite_name: bottom\nsite_author: Clement Tsang\nsite_url: https://clementtsang.github.io/bottom\nsite_description: >-\n A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.\ndocs_dir: "content/"\n# Project information\nrepo_name: Clemen...
dataset_sample\yaml\ClementTsang_bottom\docs\mkdocs.yml
mkdocs.yml
YAML
5,132
0.8
0.010811
0.055556
python-kit
634
2024-11-11T16:26:05.750236
Apache-2.0
false
b7d0899ddc6c6004b2193b8227f9e40e
paths:\n tests: tests\n output: tests/log\n data: tests/data\n support: tests/support\n envs: tests/envs\nsettings:\n shuffle: true\n suite_class: \PHPUnit_Framework_TestSuite\n colors: true\n memory_limit: 1024M\n log: true\n lint: false\n be_strict_about_changes_to_global_state: fa...
dataset_sample\yaml\Codeception_Codeception\codeception.yml
codeception.yml
YAML
564
0.8
0
0
awesome-app
913
2025-02-11T05:53:18.336311
Apache-2.0
false
a261af79cd3295552634858fbcc17bb8
version: 2\n\nupdates:\n - package-ecosystem: 'composer'\n directory: '/'\n schedule:\n interval: 'daily'\n open-pull-requests-limit: 10\n\n - package-ecosystem: 'github-actions'\n directory: '/'\n schedule:\n interval: 'daily'\n ignore:\n - dependency-name: '*'\n update-types:...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\dependabot.yml
dependabot.yml
YAML
390
0.7
0
0
react-lib
321
2023-07-12T13:13:42.263534
GPL-3.0
false
a36e27c40327f8766e0e84a80d11f556
# https://mergeable.readthedocs.io/en/latest/configuration.html\n\nversion: 2\nmergeable:\n - when: issues.opened, issues.reopened\n validate:\n - do: or\n validate:\n - do: and\n validate:\n - do: description\n must_include:\n regex: '###...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\mergeable.yml
mergeable.yml
YAML
3,231
0.8
0.028986
0.052632
react-lib
293
2023-12-30T06:17:17.697803
GPL-3.0
false
d935cc1428501d628c50146c2671f00d
changelog:\n exclude:\n authors:\n - dependabot\n categories:\n - title: Breaking Changes\n labels:\n - 'breaking change'\n - title: Fixed Bugs\n labels:\n - bug\n - title: New Features\n labels:\n - 'new feature'\n - title: Enhancements\n labels:\n ...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\release.yml
release.yml
YAML
466
0.7
0.043478
0
react-lib
627
2025-04-15T13:01:19.202025
MIT
false
1c374509f5c9988207cd36b63fcc672f
name: Bug report\ndescription: Create a report to help us improve CodeIgniter\ntitle: "Bug: "\nlabels: ['bug']\n\nbody:\n - type: markdown\n attributes:\n value: |\n Thanks for taking the time to fill out this bug report!\n\n Before you begin, **please ensure that there are no existing issues,\n ...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\ISSUE_TEMPLATE\bug_report.yml
bug_report.yml
YAML
3,309
0.95
0.032258
0
react-lib
115
2024-11-19T01:12:27.110660
BSD-3-Clause
false
18ab7fdf17e8339c8ce1e88c39f532da
blank_issues_enabled: false\ncontact_links:\n - name: CodeIgniter Forum\n url: https://forum.codeigniter.com/forum-30.html\n about: Please ask your support questions and/or feature requests in the forums. Thanks!\n\n - name: CodeIgniter Slack channel\n url: https://codeigniterchat.slack.com\n about: Engag...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
372
0.8
0
0
node-utils
561
2025-05-26T02:54:12.886129
GPL-3.0
false
a3990b57a39ebecb466a0d61d99a86af
# When changes are pushed to the develop branch,\n# build the current version of the API documentation\n# with phpDocumentor and deploy it to codeigniter4/api.\nname: Deploy API Documentation\n\non:\n push:\n branches:\n - 'develop'\n paths:\n - 'system/**'\n - '.github/workflows/deploy-apidocs.ym...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\workflows\deploy-apidocs.yml
deploy-apidocs.yml
YAML
1,954
0.8
0.040541
0.047619
python-kit
828
2023-07-28T23:56:50.338474
Apache-2.0
false
dc8bbcf26e35a144ea4bfbefc083fecb
# When a new release is created, deploy relevant\n# files to each of the generated repos.\nname: Deploy Distributable Repos\n\non:\n release:\n types: [published]\n\npermissions:\n contents: read\n\njobs:\n check-version:\n name: Check for updated version\n runs-on: ubuntu-22.04\n\n steps:\n - name:...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\workflows\deploy-distributables.yml
deploy-distributables.yml
YAML
5,706
0.95
0.031088
0.030488
python-kit
933
2025-05-01T04:30:55.670916
MIT
false
e5f5e7896af85befeae47987bc1e85dd
name: Auto Label "stale" for All PRs\n\non:\n push:\n branches:\n - develop\n - '4.*'\n\njobs:\n build:\n name: Check Conflicts\n\n permissions:\n contents: read\n pull-requests: write\n\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n\n ...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\workflows\label-add-conflict-all-pr.yml
label-add-conflict-all-pr.yml
YAML
1,759
0.8
0.058824
0.097561
python-kit
626
2023-09-24T16:29:41.265635
Apache-2.0
false
436be5cdffe520d982a6e657bb7256c8
name: Check Signed PR\non:\n pull_request:\n branches:\n - 'develop'\n - '4.*'\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n pull-requests: write\n\njobs:\n build:\n name: Check Signed Commit\n ...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\workflows\label-signing.yml
label-signing.yml
YAML
1,145
0.8
0
0.037037
react-lib
638
2024-06-26T21:25:35.025454
GPL-3.0
false
f20247e154fb99d1576644399983a634
name: Reusable Coveralls Upload\n\non:\n workflow_call:\n inputs:\n php-version:\n description: The PHP version the workflow should run\n type: string\n required: true\n\njobs:\n coveralls:\n runs-on: ubuntu-22.04\n\n steps:\n - name: Checkout base branch for PR\n if: gi...
dataset_sample\yaml\codeigniter4_CodeIgniter4\.github\workflows\reusable-coveralls.yml
reusable-coveralls.yml
YAML
2,275
0.85
0.026316
0
node-utils
342
2024-12-13T12:59:04.008473
MIT
false
7c1dbd22d3a1d6f48b54434910c73f4f
name: Close Pull Request\n\non:\n pull_request_target:\n types: [opened, reopened]\n\npermissions:\n pull-requests: write\n\njobs:\n main:\n runs-on: ubuntu-latest\n steps:\n - name: Close PR with nice message\n run: gh pr close ${{ env.ISSUE }} -c "${{ env.COMMENT }}"\n working-directory...
dataset_sample\yaml\codeigniter4_CodeIgniter4\admin\framework\.github\workflows\close-pull-request.yml
close-pull-request.yml
YAML
812
0.8
0.041667
0
python-kit
212
2024-06-07T16:31:54.863986
BSD-3-Clause
false
769cbdd145259963ff215b739da181b5
name: Close Pull Request\n\non:\n pull_request_target:\n types: [opened, reopened]\n\npermissions:\n pull-requests: write\n\njobs:\n main:\n runs-on: ubuntu-latest\n steps:\n - name: Close PR with nice message\n run: gh pr close ${{ env.ISSUE }} -c "${{ env.COMMENT }}"\n working-directory...
dataset_sample\yaml\codeigniter4_CodeIgniter4\admin\starter\.github\workflows\close-pull-request.yml
close-pull-request.yml
YAML
812
0.8
0.041667
0
vue-tools
889
2025-01-20T01:46:42.270096
GPL-3.0
false
769cbdd145259963ff215b739da181b5
name: PHPUnit\n\non:\n pull_request:\n branches:\n - develop\n\njobs:\n main:\n name: Build and test\n\n strategy:\n matrix:\n php-versions: ['8.1', '8.3']\n\n runs-on: ubuntu-latest\n\n if: (! contains(github.event.head_commit.message, '[ci skip]'))\n\n steps:\n - name: Checko...
dataset_sample\yaml\codeigniter4_CodeIgniter4\admin\starter\.github\workflows\phpunit.yml
phpunit.yml
YAML
1,540
0.8
0.019608
0.1
vue-tools
374
2024-06-18T03:46:34.755771
BSD-3-Clause
false
6c1d1815fab9ed73cd99febbc95d19c0
name: Close Pull Request\n\non:\n pull_request_target:\n types: [opened, reopened]\n\npermissions:\n pull-requests: write\n\njobs:\n main:\n runs-on: ubuntu-latest\n steps:\n - name: Close PR with nice message\n run: gh pr close ${{ env.ISSUE }} -c "${{ env.COMMENT }}"\n working-directory...
dataset_sample\yaml\codeigniter4_CodeIgniter4\admin\userguide\.github\workflows\close-pull-request.yml
close-pull-request.yml
YAML
812
0.8
0.041667
0
vue-tools
404
2024-08-10T06:17:50.922831
BSD-3-Clause
false
769cbdd145259963ff215b739da181b5
# Deploys the User Guide to the production\n# website whenever master branch is updated\nname: Deploy Production\n\non:\n push:\n branches:\n - master\n\njobs:\n build:\n runs-on: ubuntu-latest\n\n steps:\n - name: executing remote ssh commands using ssh key\n uses: appleboy/ssh-action@maste...
dataset_sample\yaml\codeigniter4_CodeIgniter4\admin\userguide\.github\workflows\deploy.yml
deploy.yml
YAML
530
0.8
0
0.105263
python-kit
345
2024-12-22T03:38:11.349847
MIT
false
6453041e0dbb02afa0d893e7bf0a3c83
trigger:\n- main\n- dev/*\n- rel/*\n\npr:\n- main\n- dev/*\n- rel/*\n\npool:\n vmImage: windows-2019\n\nvariables:\n BuildConfiguration: Release\n\njobs:\n### BUILD ###\n- job: BuildBits\n timeoutInMinutes: 60\n\n steps:\n - task: BatchScript@1\n inputs:\n filename: "C:\\Program Files (x86)\\Microsoft Visu...
dataset_sample\yaml\CommunityToolkit_WindowsCommunityToolkit\azure-pipelines.yml
azure-pipelines.yml
YAML
3,458
0.8
0
0.061947
awesome-app
446
2024-08-06T15:06:46.196315
BSD-3-Clause
false
df36a3dc7fb4244c3f065138831339eb
blank_issues_enabled: false\ncontact_links:\n - name: We've moved ➡️\n url: https://github.com/CommunityToolkit/Windows/issues/new/choose\n about: "Please file your issue in the new repository."\n - name: MVVM Toolkit, High Performance, or Diagnostic Package? \n url: https://aka.ms/toolkit/dotnet\n about:...
dataset_sample\yaml\CommunityToolkit_WindowsCommunityToolkit\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
392
0.8
0
0
python-kit
525
2024-05-04T10:24:35.214056
GPL-3.0
false
1dfa4a9ad5677adb5a18c9327781c6ab
linters:\n enable:\n - depguard # Checks for dependencies that should not be (re)introduced. See "linter-settings" for further details.\n - copyloopvar # Checks for loop variable copies in Go 1.22+\n - gofmt\n - goimports\n - gosec\n - ineffassign\n - misspell\n - nolintlint\n - revive\n ...
dataset_sample\yaml\containerd_containerd\.golangci.yml
.golangci.yml
YAML
2,435
0.95
0.05102
0.065217
node-utils
634
2025-05-22T13:05:43.968320
MIT
false
9c5da53cffe8d641724d3ce87f4e713e
---\n\n# Main collection of env. vars to set for all tasks and scripts.\nenv:\n ####\n #### Global variables used for all tasks\n ####\n # Sane (default) value for GOPROXY and GOSUMDB.\n GOPROXY: "https://proxy.golang.org,direct"\n GOSUMDB: "sum.golang.org"\n # Overrides default location (/tmp/cirr...
dataset_sample\yaml\containers_podman\.cirrus.yml
.cirrus.yml
YAML
48,000
0.95
0.03962
0.199831
react-lib
457
2023-07-17T23:57:21.775762
BSD-3-Clause
false
1a48a9ba33cd3881a0a8ead872f866b1
version: "2"\nrun:\n modules-download-mode: readonly\n\nformatters:\n enable:\n - gofmt\n - goimports\n exclusions:\n generated: disable\n\nlinters:\n enable:\n - asasalint\n - asciicheck\n - bidichk\n - bodyclose\n - copyloopvar\n - decorder\n - dogsled\n - durationcheck\n - err...
dataset_sample\yaml\containers_podman\.golangci.yml
.golangci.yml
YAML
1,500
0.95
0
0
react-lib
367
2024-03-30T15:55:26.234290
Apache-2.0
false
c7945101e9b3c7493d2f4d0a5db9b87a
coverage:\n status:\n project:\n default:\n target: 50%\n threshold: null\n patch: false\n changes: false\n
dataset_sample\yaml\coredns_coredns\.codecov.yml
.codecov.yml
YAML
128
0.7
0
0
vue-tools
417
2024-05-09T04:14:09.019302
GPL-3.0
false
59ca0035ee38dde656664cc1459ffe39
version: "2"\nlinters:\n default: none\n enable:\n - govet\n - ineffassign\n - staticcheck\n - unconvert\n - unused\n - whitespace\n exclusions:\n generated: lax\n presets:\n - comments\n - common-false-positives\n - legacy\n - std-error-handling\n paths:\n - third...
dataset_sample\yaml\coredns_coredns\.golangci.yml
.golangci.yml
YAML
479
0.7
0
0
python-kit
320
2024-12-07T04:01:48.767288
BSD-3-Clause
false
76ae29f2e277bacdc991852fa5005864
---\nlinters:\n golint:\n min_confidence: 0.85\n fixer: true\n\nfiles:\n ignore:\n - 'vendor/*'\n - 'pb/*'\n
dataset_sample\yaml\coredns_coredns\.stickler.yml
.stickler.yml
YAML
112
0.8
0
0
react-lib
495
2024-02-04T17:20:16.494032
MIT
false
e4059abdc3840ae4300394ae18d5d847
version: 2\n\nupdates:\n - package-ecosystem: "gomod"\n directory: "/"\n schedule:\n interval: "weekly"\n groups:\n k8s.io:\n patterns:\n - "k8s.io/*"\n go.etcd.io:\n patterns:\n - "go.etcd.io/etcd/*"\n open-pull-requests-limit: 20\n\n - package-ecosystem: "g...
dataset_sample\yaml\coredns_coredns\.github\dependabot.yml
dependabot.yml
YAML
410
0.8
0
0
node-utils
844
2025-03-06T13:18:02.352535
BSD-3-Clause
false
a33091399c3826986b9902874f5dace7
name: CIFuzz\non:\n pull_request:\n branches:\n - master\njobs:\n Fuzzing:\n runs-on: ubuntu-latest\n steps:\n - name: Build Fuzzers\n id: build\n uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master # cifuzz can't be pinned https://github.com/google/oss-fuzz/issues/6836\n...
dataset_sample\yaml\coredns_coredns\.github\workflows\cifuzz.yml
cifuzz.yml
YAML
874
0.8
0.037037
0
node-utils
350
2024-12-15T01:21:44.266025
Apache-2.0
false
635c2200eb86e54e3f971401d3dc212a
name: "CodeQL"\n\non:\n push:\n branches: [ master ]\n pull_request:\n branches: [ master ]\n schedule:\n - cron: '22 10 * * 4'\n\npermissions:\n contents: read\n\njobs:\n analyze:\n permissions:\n actions: read # for github/codeql-action/init to get workflow details\n contents: read # for ...
dataset_sample\yaml\coredns_coredns\.github\workflows\codeql-analysis.yml
codeql-analysis.yml
YAML
1,119
0.8
0.073171
0
awesome-app
531
2024-04-16T23:41:47.474442
BSD-3-Clause
false
74d217b12faf8c5063e44567379211c4
name: 'Dependency Review'\non: [pull_request]\n\npermissions:\n contents: read\n\njobs:\n dependency-review:\n runs-on: ubuntu-latest\n steps:\n - name: 'Checkout Repository'\n uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n - name: 'Dependency Review'\n uses:...
dataset_sample\yaml\coredns_coredns\.github\workflows\depsreview.yml
depsreview.yml
YAML
382
0.8
0
0
vue-tools
409
2024-11-05T10:47:00.569667
BSD-3-Clause
false
1afdd0ae11faaec5e2a93ce4b06f4538
name: Docker Release\n\non:\n release:\n types: [published]\n workflow_dispatch:\n inputs:\n release:\n description: "Release (e.g., v1.9.0)"\n required: true\n\npermissions:\n contents: read\n\njobs:\n docker-release:\n runs-on: ubuntu-latest\n env:\n DOCKER_LOGIN: ${{ secrets.D...
dataset_sample\yaml\coredns_coredns\.github\workflows\docker.yml
docker.yml
YAML
1,086
0.95
0
0
react-lib
660
2024-09-12T07:03:37.130908
GPL-3.0
false
6550fe8991d4c91ba462ce02a6d9ebe1
name: Go Coverage\non: [pull_request]\npermissions:\n contents: read\n\njobs:\n test:\n name: Coverage\n runs-on: ubuntu-latest\n steps:\n - name: Check out code\n uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n\n - name: Setup Go Version\n run: echo "GO_VE...
dataset_sample\yaml\coredns_coredns\.github\workflows\go.coverage.yml
go.coverage.yml
YAML
1,030
0.8
0.029412
0
node-utils
52
2025-02-26T10:59:15.318376
Apache-2.0
false
8bbb91982c31454e059a45a858535ad1
name: golangci-lint\non:\n pull_request:\njobs:\n golangci:\n name: lint\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n - name: Setup Go Version\n run: echo "GO_VERSION=$(cat .go-version)" >> $GITHUB_ENV\n - uses: action...
dataset_sample\yaml\coredns_coredns\.github\workflows\golangci-lint.yml
golangci-lint.yml
YAML
592
0.8
0
0
awesome-app
551
2023-08-28T20:11:31.167271
MIT
false
57d43e16334f3b87a44c9acc3aa01359
name: Make Doc\n\non:\n schedule:\n - cron: '22 10 * * 0'\n\npermissions: read-all\n\njobs:\n fix:\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - name: Checkout\n uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n\n - name: Setup Go Ve...
dataset_sample\yaml\coredns_coredns\.github\workflows\make.doc.yml
make.doc.yml
YAML
1,217
0.8
0.022222
0
react-lib
198
2025-01-21T22:54:40.215496
BSD-3-Clause
false
514debb552effa1e961ab013001322e9
name: Release\n\non:\n workflow_dispatch:\n inputs:\n commit:\n description: "Commit (e.g., 52f0348)"\n default: "master"\n\njobs:\n release:\n name: Release\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - name: Check out code\n uses: actions/c...
dataset_sample\yaml\coredns_coredns\.github\workflows\release.yml
release.yml
YAML
1,922
0.8
0.035088
0
awesome-app
726
2024-05-23T16:22:26.259928
MIT
false
7c46fb00a02ea027669f9855cb1ecc03
name: Scorecards supply-chain security\non:\n # Only the default branch is supported.\n branch_protection_rule:\n schedule:\n - cron: '36 10 * * 3'\n push:\n branches: [ master ]\n\n# Declare default permissions as read only.\npermissions: read-all\n\njobs:\n analysis:\n name: Scorecards analysis\n run...
dataset_sample\yaml\coredns_coredns\.github\workflows\scorecards.yml
scorecards.yml
YAML
1,933
0.8
0
0.22
react-lib
863
2024-03-10T09:15:09.357189
Apache-2.0
false
19d8e081f40270023d606543d25d3b8c
name: 'Close Stale Issues and PRs'\non:\n schedule:\n - cron: '30 1 * * *'\n\npermissions:\n contents: read\n\njobs:\n stale:\n permissions:\n issues: write # for actions/stale to close stale issues\n pull-requests: write # for actions/stale to close stale PRs\n runs-on: ubuntu-latest\n steps...
dataset_sample\yaml\coredns_coredns\.github\workflows\stale.yml
stale.yml
YAML
1,068
0.8
0.076923
0
react-lib
309
2025-03-26T17:24:28.431503
BSD-3-Clause
false
a20dd67d9222a49dc625642ea47cd2a3
name: 'Yamllint GitHub Actions'\non:\n - pull_request\npermissions: read-all\njobs:\n yamllint:\n name: 'Yamllint'\n runs-on: ubuntu-latest\n steps:\n - name: 'Checkout'\n uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n - name: 'Yamllint'\n uses: karancode/...
dataset_sample\yaml\coredns_coredns\.github\workflows\yamllint.yml
yamllint.yml
YAML
560
0.8
0
0
awesome-app
362
2024-05-11T16:12:58.843616
BSD-3-Clause
false
b82cea2f49a40a4d625bf6db707e3a96
# .readthedocs.yml\n# Read the Docs configuration file\n# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n\n# Required\nversion: 2\n\nsphinx:\n configuration: python/docs/conf.py\n fail_on_warning: false\n\n# Setup build requirements for docs.\n# Use conda so that we can install the latest ...
dataset_sample\yaml\cpp\.readthedocs.yml
.readthedocs.yml
YAML
518
0.95
0.136364
0.388889
react-lib
727
2025-02-01T12:43:51.993484
GPL-3.0
false
3700eda53b1ed5e1ff909ee17e64f9f1
configuration:\n - Debug\n\nenvironment:\n matrix:\n # Only test few combinations: "Visual Studio 2017 (15) + Win64/MinGW + Debug + DLL". We can\n # test more combinations but AppVeyor just takes too long to finish (each\n # combination takes ~15mins).\n - platform: MinGW\n language: cpp\n image...
dataset_sample\yaml\cpp\appveyor.yml
appveyor.yml
YAML
1,166
0.8
0.12766
0.131579
react-lib
612
2024-05-01T02:42:58.033269
Apache-2.0
false
1e3c42031c6fa94f336be5560d626787
version: 2\nupdates:\n - package-ecosystem: "github-actions" # Necessary to update action hashs\n directory: "/"\n schedule:\n interval: "weekly"\n # Don't allow non-security PRs to be opened.\n open-pull-requests-limit: 0
dataset_sample\yaml\cpp\dependabot.yml
dependabot.yml
YAML
233
0.8
0
0.125
vue-tools
546
2024-06-13T03:58:47.979326
GPL-3.0
false
3adea7cc638eda928aad751f913513a4
# LINT.IfChange(bcr_presubmit)\nbcr_test_module:\n module_path: examples\n matrix:\n platform: ["debian10", "macos", "macos_arm64", "ubuntu2004", "windows"]\n bazel: [7.x, 8.x]\n\n tasks:\n verify_targets:\n name: "Verify build targets"\n platform: ${{ platform }}\n bazel: ${{ bazel }}\n ...
dataset_sample\yaml\cpp\presubmit.yml
presubmit.yml
YAML
744
0.8
0
0.095238
node-utils
895
2023-07-30T04:42:23.089282
Apache-2.0
false
4d0eadb7705ae3c7ef3f4b577e247a4f
version: '{build}'\nbranches:\n only:\n - master\nskip_branch_with_pr: true\nimage: Visual Studio 2022\nconfiguration: Release\nplatform: Any CPU\nclone_script:\n- cmd: >-\n git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%\n \n cd %APPVEYOR_BUIL...
dataset_sample\yaml\csharp\.appveyor.yml
.appveyor.yml
YAML
1,236
0.8
0
0.195122
react-lib
361
2024-04-28T21:57:44.577187
BSD-3-Clause
false
f881706aa2773586ad3ca0bafb1ebd98
---\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\csharp\.codacy.yml
.codacy.yml
YAML
232
0.8
0
0
python-kit
616
2025-06-30T16:39:27.181288
Apache-2.0
false
3993ec270dd69956f99dc31514162771
# This file configures CodeQL runs and TSA bug autofiling. For more information, see:\n# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code\n# (Access restricted to Microsoft employees only.)\n\npath_classifiers:\n refs:\n # The ref/ d...
dataset_sample\yaml\csharp\.CodeQL.yml
.CodeQL.yml
YAML
1,003
0.8
0
0.733333
node-utils
323
2025-03-25T22:09:35.258019
Apache-2.0
false
b12f716bb1b6c96f5ded5b489528f7ea
# verbose: true\ncommits:\n # strict: false\n # limit: 100\n # all: true\n upstreamBranch: origin/master\n
dataset_sample\yaml\csharp\.commitsar.yml
.commitsar.yml
YAML
104
0.8
0
0.666667
vue-tools
949
2024-11-30T14:35:08.824264
Apache-2.0
false
d68e114420d385faa3ecce8aee3142d8
omitted_paths:\n - archive/*\n - common/Perf/*\n - common/SmokeTests/*\n - common/Stress/*\n - doc/ApiDocGeneration/*\n - Documentation/*\n - eng/*\n - samples/*\n - sdk/*/*.Management.*/*\n - sdk/*/*/perf/*\n - sdk/*/*/stress/*\n - sdk/*/*/integration/*\n - sdk/*/*/tests/Samples/*\n - sdk/*/*/tests/sampl...
dataset_sample\yaml\csharp\.docsettings.yml
.docsettings.yml
YAML
12,269
0.95
0.015385
0.005435
react-lib
499
2025-04-30T07:35:50.771094
Apache-2.0
false
24ec4fdeeeea25ee02f43b0c1c8167c4
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\csharp\.gitpod.yml
.gitpod.yml
YAML
1,930
0.8
0.130435
0.243902
awesome-app
461
2025-06-09T13:19:46.478472
BSD-3-Clause
false
b92a32d4027762044aa5268fcb2e3949
dirs: \n - .\nignorePatterns:\n - pattern: "/github/"\n - pattern: "./actions"\n - pattern: "./blob"\n - pattern: "./issues"\n - pattern: "./discussions"\n - pattern: "./pulls"\n - pattern: "https:\/\/platform.openai.com"\n - pattern: "https:\/\/outlook.office.com/bookings"\nexcludedFiles:\n # Files that are ...
dataset_sample\yaml\csharp\.linkspector.yml
.linkspector.yml
YAML
1,412
0.8
0
0.096774
react-lib
144
2023-10-22T05:33:28.696429
MIT
false
206847ca9be781705c2f2c3baeb88b1e
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\csharp\.mergify.yml
.mergify.yml
YAML
1,197
0.8
0.03125
0.48
awesome-app
583
2024-07-31T03:55:44.083218
BSD-3-Clause
false
f8abf9e6682924bfe7991f7556fe74b6
################################################################################\n# ML.NET's nightly build\n################################################################################\n\n# no PR builds\npr: none\n\n# no CI builds\ntrigger: none\n\n# scheduled trigger, runs at UTC 8:00 every day which is midnight o...
dataset_sample\yaml\csharp\.night-build.yml
.night-build.yml
YAML
2,894
0.8
0
0.056075
python-kit
704
2024-09-04T15:59:25.955373
MIT
false
5195caf6a49f7347597fa7d222f722ff
################################################################################\n# ML.NET's outer loop build that will run all tests\n################################################################################\n\n# no PR builds\npr: none\n\n# no CI builds\ntrigger: none\n\n# scheduled trigger, runs at UTC 8:00 ev...
dataset_sample\yaml\csharp\.outer-loop-build.yml
.outer-loop-build.yml
YAML
2,673
0.8
0
0.061224
node-utils
131
2023-11-06T03:06:30.394296
BSD-3-Clause
false
58253c21abc057862cbe96e3bf6bc69e
# Read the Docs configuration file\n# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n\n# Required\nversion: 2\n\nbuild:\n os: ubuntu-22.04\n tools:\n python: "3.11"\n\n# Build documentation in the docs/ directory with Sphinx\n#sphinx:\n# configuration: docs/conf.py\n\n# Build documenta...
dataset_sample\yaml\csharp\.readthedocs.yml
.readthedocs.yml
YAML
593
0.95
0.04
0.45
awesome-app
683
2023-12-27T16:32:15.493273
BSD-3-Clause
false
c2cbdbec69a3398d0cbdd30a8bf64fc0
branches:\n - name: master\n \nverifyConditions:\n - "@semantic-release/github"\n\nplugins:\n # Determines the type of release to create, if any.\n # See https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type\n # More types can be added here and in release-notes-generator below.\n - - '@semantic-re...
dataset_sample\yaml\csharp\.releaserc.yml
.releaserc.yml
YAML
2,749
0.95
0.012658
0.242857
vue-tools
718
2024-10-11T08:03:00.428776
BSD-3-Clause
false
96f2cfa77a088b65cc72bec28ae1ea3b
revision: 6\nschema-version: 5\nowner-ms-alias: adegeo\n\nconfig:\n DocMetadata:\n Headers:\n - ["---", "#### "]\n\n ParserRegex: "^\\* (.*): (.*)$"\n\n ContentUrlRegex:\n - "### Page URL\n\n(.*)"\n\nissues:\n\n opened:\n\n # Add links to related issues if it's a doc issue\n - check:\n ...
dataset_sample\yaml\csharp\.repoman.yml
.repoman.yml
YAML
954
0.8
0.021739
0.058824
python-kit
254
2024-05-09T14:05:34.931055
BSD-3-Clause
false
f00cfe17d0bc7206a8770cdb536607d5
language: csharp\nmono: none\ndotnet: 5.0\nos: linux\ndist: focal\nbefore_install:\n - export PATH="$HOME/miniconda3/bin:$PATH"\n - export PYTHONNET_PYDLL="$HOME/miniconda3/lib/libpython3.6m.so"\n - wget -q https://cdn.quantconnect.com/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh\n - bash Miniconda3-4.5.12-Linux-x86...
dataset_sample\yaml\csharp\.travis.yml
.travis.yml
YAML
1,031
0.8
0
0
node-utils
637
2024-06-01T07:59:41.267603
MIT
false
02b17c675087491bc9a15ed589f4b3f2
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\csharp\.vsts-ci-docs.yml
.vsts-ci-docs.yml
YAML
480
0.8
0
0
awesome-app
469
2024-12-07T23:25:28.854991
GPL-3.0
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\csharp\.vsts-ci.yml
.vsts-ci.yml
YAML
1,704
0.8
0.027027
0.092308
vue-tools
409
2024-06-25T20:59:34.142971
BSD-3-Clause
false
d9822c70ee13bb61539578921d2e8429
################################################################################\n# ML.NET's PR validation build\n################################################################################\n\npr:\n branches:\n include:\n - main\n - feature/*\n - release/*\n paths:\n include:\n - '*'\n exclu...
dataset_sample\yaml\csharp\.vsts-dotnet-ci.yml
.vsts-dotnet-ci.yml
YAML
5,987
0.8
0
0.015
vue-tools
673
2025-01-25T12:41:50.158636
MIT
false
55e004e7e165da2cad74998bfec365d4
steps:\n- script: |\n chmod +x build.linux.sh\n ./build.linux.sh\n- task: PublishBuildArtifacts@1\n displayName: Publish Linux package assets\n inputs:\n pathtoPublish: $(Build.SourcesDirectory)/Installers/Linux/build\n artifactName: Package\n artifactType: container
dataset_sample\yaml\csharp\.vsts.linux.yml
.vsts.linux.yml
YAML
275
0.7
0
0
python-kit
164
2024-03-27T22:39:02.178972
Apache-2.0
false
6e259d8a4fec2e2cf24dbebdcf7b8b16
steps:\n- script: |\n chmod +x build.mac.sh\n ./build.mac.sh\n- task: PublishBuildArtifacts@1\n displayName: Publish Mac package assets\n inputs:\n pathtoPublish: $(Build.SourcesDirectory)/Installers/Mac/build\n artifactName: Package\n artifactType: container
dataset_sample\yaml\csharp\.vsts.mac.yml
.vsts.mac.yml
YAML
267
0.7
0
0
awesome-app
697
2023-09-15T16:18:09.960108
Apache-2.0
false
44ee43443726d3649701800c2b0aa20e
steps:\n- powershell: |\n ./build.windows.ps1\n- task: PublishBuildArtifacts@1\n displayName: Publish Windows package assets\n inputs:\n pathtoPublish: $(Build.SourcesDirectory)/bin/x64/Release\n artifactName: Package\n artifactType: container
dataset_sample\yaml\csharp\.vsts.windows.yml
.vsts.windows.yml
YAML
249
0.7
0
0
node-utils
998
2023-07-24T05:09:05.332488
GPL-3.0
false
d93941b8d5109f321fda2a9fd0f649de
github: &github\n - .github/actions/**\n - .github/workflows/**-ci.yml\ntools: &tools\n - tools/buildCommon/**\n - tools/ci.psm1\nprops: &props\n - '**.props'\ntests: &tests\n - test/powershell/**\n - test/tools/**\n - test/xUnit/**\nmainSource: &mainSource\n - src/**\nbuildModule: &buildModule\n - build.psm1...
dataset_sample\yaml\csharp\action-filters.yml
action-filters.yml
YAML
392
0.8
0
0
react-lib
630
2025-03-06T03:41:52.894295
BSD-3-Clause
false
0ae9fd77f8a60f386a6acdc2c3075d3d
policy:\n - template: ["bug_report.yml"]\n section:\n - id: ["platforms"]\n block-list: []\n label:\n - name: platforms:Windows\n keys: ["Windows"]\n - name: platforms:macOS\n keys: ["macOS"]\n - name: platforms:Linux\n keys: ["Linux"]\n...
dataset_sample\yaml\csharp\advanced-issue-labeler.yml
advanced-issue-labeler.yml
YAML
512
0.7
0
0
vue-tools
605
2025-05-21T17:28:18.751202
GPL-3.0
false
11963b178d1fe64068d4b71d61b3a635
# Copyright (c) Microsoft Corporation.\n# Licensed under the MIT License.\nname: apiscan-genNotice-$(BUILD.SOURCEBRANCHNAME)-$(Build.BuildId)\ntrigger: none\n\nparameters:\n - name: FORCE_CODEQL\n displayName: Debugging - Enable CodeQL and set cadence to 1 hour\n type: boolean\n default: false\n - name: Skip...
dataset_sample\yaml\csharp\apiscan-gen-notice.yml
apiscan-gen-notice.yml
YAML
4,359
0.95
0.043478
0.1
awesome-app
342
2025-06-27T01:17:16.369058
MIT
false
89f001a3c5445060c98736ca8a1b8ecc
version: 66.66.66.{build}\n\n# Do not build on tags (GitHub, Bitbucket, GitLab, Gitea)\nskip_tags: true\n\n# set clone depth\nclone_depth: 1 # clone entire repository history if not defined\n\nbranches:\n only:\n - /experimental\/*/\n\nmatrix:\n fast_finish: false\n\n# https://www.appveyor.com/do...
dataset_sample\yaml\csharp\appveyor.experimental.yml
appveyor.experimental.yml
YAML
6,696
0.8
0.118012
0.195489
vue-tools
636
2023-08-08T11:02:50.901010
BSD-3-Clause
false
995b01a8f1b1dcada141d91e6e8eb279
version: "{build}"\n\nimage: Visual Studio 2022\n\nplatform:\n - Any CPU\n\nconfiguration:\n - Release\n\nbuild_script:\n - msbuild "SubtitleEdit.sln" /r /v:minimal /clp:summary /p:"Platform=%PLATFORM%" /p:"Configuration=%CONFIGURATION%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"\n\nt...
dataset_sample\yaml\csharp\appveyor.yml
appveyor.yml
YAML
1,414
0.8
0.042553
0.027027
node-utils
294
2024-07-01T11:08:20.657387
MIT
false
a468f883f4ed5a2e1ec4145fa42917df
clone_depth: 1\nversion: '{build}'\nimage: Visual Studio 2022\ntest: off\nskip_non_tags: true\nconfiguration: Release\n\nenvironment:\n matrix:\n - job_name: osu-game\n - job_name: osu-ruleset\n job_depends_on: osu-game\n - job_name: taiko-ruleset\n job_depends_on: osu-game\n - job_name: catch-ru...
dataset_sample\yaml\csharp\appveyor_deploy.yml
appveyor_deploy.yml
YAML
4,052
0.7
0.034884
0
awesome-app
604
2024-12-14T15:33:55.952472
MIT
false
f2fc944541e88866f961ed0c8cc7c3ab
# Comment to post when potential duplicates are detected\nreferenceComment: |\n Thank you for the bug report :+1:\n \n Sadly, it appears some important information is still missing, which you may have overlooked while submitting the bug.\n Without this information we may not be able to assist you in resolving the i...
dataset_sample\yaml\csharp\archivarius.yml
archivarius.yml
YAML
465
0.95
0.222222
0.142857
react-lib
720
2025-05-08T12:26:57.686323
Apache-2.0
false
3c7d9b888c4acc40b6517cebfda91584
# Name: DotNet-Roslyn-Compliance\n# URL: https://devdiv.visualstudio.com/DevDiv/_build?definitionId=16722\n#\n# Responsible for running compliance checks.\n\n#\n# NOTE: triggers for this build are defined in the Web UI instead of here in the YAML file so they\n# apply to all branches.\n\nqueue:\n name: VSEngSS-M...
dataset_sample\yaml\csharp\azure-pipelines-compliance.yml
azure-pipelines-compliance.yml
YAML
4,637
0.8
0.070866
0.095652
awesome-app
570
2024-04-12T00:47:22.480566
MIT
false
5c74685bb846d020967c04689cbf1a48
# Separate pipeline from normal integration CI to allow branches to change legs\n\n# Branches that trigger a build on commit\ntrigger:\n branches:\n include:\n - release/dev17.4\n - release/dev17.6\n - release/dev17.8\n - release/dev17.9\n - release/dev17.10\n\n# Branches that are allowed to trigger ...
dataset_sample\yaml\csharp\azure-pipelines-integration-corehost.yml
azure-pipelines-integration-corehost.yml
YAML
2,307
0.8
0.011236
0.060241
node-utils
128
2023-08-30T02:14:13.463964
Apache-2.0
false
5e57bdbc4b0ae10c70980005b3eab1d2
# Roslyn integration test pipeline for validating against branch builds of VS.\n\ntrigger: none # Manual trigger for now\npr: none # Manual trigger for now\n\nresources:\n pipelines:\n - pipeline: VisualStudioBuildUnderTest\n source: DD-CB-ReleaseVS\n branch: main\n - pipeline: DartLab\n source: DartLab\n ...
dataset_sample\yaml\csharp\azure-pipelines-integration-dartlab.yml
azure-pipelines-integration-dartlab.yml
YAML
8,047
0.8
0.064516
0.008475
node-utils
884
2023-12-24T01:47:24.398069
Apache-2.0
false
8ebca88277670fecac0774a53888fcff
# Separate pipeline from normal integration CI to allow branches to change legs\n\n# Branches that trigger a build on commit\ntrigger:\n branches:\n include:\n - main\n - main-vs-deps\n - release/*\n - features/*\n - demos/*\n exclude:\n # Since the version of VS on the integration VM images ar...
dataset_sample\yaml\csharp\azure-pipelines-integration-lsp.yml
azure-pipelines-integration-lsp.yml
YAML
2,004
0.8
0
0.128571
python-kit
543
2024-03-07T14:49:33.926355
GPL-3.0
false
08331088fe1f94f77425059e26b9fb18
# Disable CI triggers\ntrigger: none\npr: none\n\n# Nightly run of integration tests against the scouting queue\nschedules:\n- cron: "0 0 * * *"\n displayName: Nightly builds\n branches:\n include:\n - main\n - main-vs-deps\n\nvariables:\n- name: Codeql.Enabled\n value: false\n- name: Codeql.SkipTaskAutoInj...
dataset_sample\yaml\csharp\azure-pipelines-integration-scouting.yml
azure-pipelines-integration-scouting.yml
YAML
1,650
0.8
0
0.03125
awesome-app
895
2023-11-11T18:25:41.102099
Apache-2.0
false
87dc7004117da0769eb74b70c68f2eaa
# Branches that trigger a build on commit\ntrigger:\n branches:\n include:\n - main\n - main-vs-deps\n - release/*\n - features/*\n - demos/*\n exclude:\n # Since the version of VS on the integration VM images are a moving target,\n # we are unable to reliably run integration tests on servic...
dataset_sample\yaml\csharp\azure-pipelines-integration.yml
azure-pipelines-integration.yml
YAML
2,983
0.8
0.018018
0.056604
python-kit
628
2023-09-06T05:25:49.570807
GPL-3.0
false
579230862e18af6066edb5da9da0e8ff
trigger:\n branches:\n include:\n - main\n - main-vs-deps\n - release/dev16.*-vs-deps\n - release/dev17.*\n - release/dev18.*\n - features/lsp_tools_host\n - features/runtime-async\n exclude:\n - release/dev17.0\npr: none\n\nresources:\n repositories:\n - repository: 1ESPipelineTemplate...
dataset_sample\yaml\csharp\azure-pipelines-official.yml
azure-pipelines-official.yml
YAML
17,195
0.95
0.028037
0.105541
python-kit
614
2025-04-27T01:47:36.005334
BSD-3-Clause
false
7d5b71bc068baf0cda071463bb70443c
trigger: none\npr: none\n\nresources:\n repositories:\n - repository: 1ESPipelineTemplates\n type: git\n name: 1ESPipelineTemplates/1ESPipelineTemplates\n ref: refs/tags/release\n\nparameters:\n- name: PRNumber\n type: number\n- name: CommitSHA\n type: string\n- name: EnforceLatestCommit\n type: boolean\n...
dataset_sample\yaml\csharp\azure-pipelines-pr-validation.yml
azure-pipelines-pr-validation.yml
YAML
14,355
0.8
0.014535
0.074675
python-kit
452
2023-08-16T09:18:10.118554
GPL-3.0
false
6eef7eecc5ba59ed339f4ca5abe2560e
# This is a simple wrapper for eng/pipeline.yml to get around the limitation of\n# user-defined variables not being available in yaml template expressions.\n\n# Parameters ARE available in template expressions, and parameters can have default values,\n# so they can be used to control yaml flow.\n#\n\nvariables:\n # ...
dataset_sample\yaml\csharp\azure-pipelines-pr.yml
azure-pipelines-pr.yml
YAML
3,030
0.8
0.086957
0.204819
node-utils
16
2025-02-10T14:09:08.868052
MIT
false
1b09c7a77d71469903d7c9b97f65b8df
variables:\n - name: _BuildConfig\n value: Release\n - name: _TeamName\n value: AspNetCore\n - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE\n value: true\n - name: _PublishUsingPipelines\n value: true\n - name: _CosmosConnectionUrl\n value: https://localhost:8081\n - name: _CosmosToken\n value: C2y6y...
dataset_sample\yaml\csharp\azure-pipelines-public.yml
azure-pipelines-public.yml
YAML
7,504
0.8
0.017341
0.023952
awesome-app
854
2024-11-24T04:19:30.324119
MIT
false
efc19b27c80b1d47792719694f341ad6
trigger: none\n\npr: none\n\npool:\n vmImage: "VS2017-Win2016"\n\nsteps:\n - task: PowerShell@2\n inputs:\n filePath: 'build\\GenerateThemesWikiMarkdown.ps1'\n\n - task: WikiUpdaterTask@1\n inputs:\n repo: "github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit.wiki.git"\n ...
dataset_sample\yaml\csharp\azure-pipelines-wiki.yml
azure-pipelines-wiki.yml
YAML
728
0.7
0
0
react-lib
354
2025-05-11T20:25:43.448114
BSD-3-Clause
false
723e97a1554fc37f4541b87f7d3b186d
variables:\n- name : Codeql.Enabled\n value: true\n- name: DefaultBuildPlatform\n value: 'any cpu'\n- name: ApkName\n value: AndroidControlGallery.AndroidControlGallery.apk\n- name: BuildVersion\n value: $[counter('nuget-counter', 126)]\n- name: NUGET_VERSION\n value: 5.8.1\n- name: DOTNET_SKIP_FIRST_TIME_EXPERIEN...
dataset_sample\yaml\csharp\azure-pipelines.yml
azure-pipelines.yml
YAML
8,641
0.8
0.030534
0.004065
awesome-app
345
2023-07-14T03:49:02.032743
GPL-3.0
false
521d5e5f99e39aee897292ae481565c6