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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# Copyright (c) HashiCorp, Inc.\n# SPDX-License-Identifier: BUSL-1.1\n\n# This is the list of required boxes for acceptance tests, and\n# their locations. The locations are used to download the boxes\n# on the fly, if necessary. Additionally, a SHA1 checksum is\n# given to determine if the box needs to be updated.\n- n... | dataset_sample\yaml\hashicorp_vagrant\test\config\acceptance_boxes.yml | acceptance_boxes.yml | YAML | 436 | 0.95 | 0.3 | 0.666667 | awesome-app | 397 | 2025-04-11T18:32:09.900657 | MIT | true | 2c3af1f97dccc195961eb83ea87cf11e |
# Copyright (c) HashiCorp, Inc.\n# SPDX-License-Identifier: MPL-2.0\nlinters-settings:\n depguard:\n rules:\n main:\n list-mode: lax\n files:\n - "./sdk/**"\n allow:\n - "github.com/hashicorp/go-metrics/compat"\n deny:\n - pkg: "github.com/hashicorp/go-met... | dataset_sample\yaml\hashicorp_vault\.golangci.yml | .golangci.yml | YAML | 560 | 0.8 | 0 | 0.105263 | vue-tools | 125 | 2024-05-13T12:14:51.057532 | MIT | false | 2abc053b0b032ba744a1e2ecb8a44bca |
# Please see the documentation for all configuration options:\n# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates\n\nversion: 2\nupdates:\n - package-ecosystem: "cargo"\n directory: "/"\n schedule:\n interval: "weekly"\n groups:\n rust-dependenci... | dataset_sample\yaml\helix-editor_helix\.github\dependabot.yml | dependabot.yml | YAML | 475 | 0.8 | 0.105263 | 0.117647 | python-kit | 970 | 2025-05-01T07:09:04.566723 | MIT | false | d4ab6f725ae323b303fb3d062c980363 |
name: Build\non:\n pull_request:\n push:\n branches:\n - master\n merge_group:\n schedule:\n - cron: "00 01 * * *"\n\nenv:\n MSRV: "1.76"\n # This key can be changed to bust the cache of tree-sitter grammars.\n GRAMMAR_CACHE_VERSION: ""\n\njobs:\n check:\n name: Check (msrv)\n runs-on: ubuntu-l... | dataset_sample\yaml\helix-editor_helix\.github\workflows\build.yml | build.yml | YAML | 4,687 | 0.8 | 0.025806 | 0.007874 | awesome-app | 104 | 2025-04-29T20:41:15.398163 | Apache-2.0 | false | 39bdacfea0f0c8d30fb4c12d73b5d19b |
# Publish the Nix flake outputs to Cachix\nname: Cachix\non:\n push:\n branches:\n - master\n\njobs:\n publish:\n name: Publish Flake\n runs-on: ubuntu-latest\n steps:\n - name: Checkout sources\n uses: actions/checkout@v4\n\n - name: Install nix\n uses: cachix/install-nix-action@v31\... | dataset_sample\yaml\helix-editor_helix\.github\workflows\cachix.yml | cachix.yml | YAML | 516 | 0.8 | 0 | 0.045455 | python-kit | 794 | 2024-06-29T17:29:51.492166 | Apache-2.0 | false | 466a3b5d66d1dab51c4034d2a2a299b9 |
name: GitHub Pages\n\non:\n push:\n branches:\n - master\n tags:\n - '*'\n\njobs:\n deploy:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n\n - name: Setup mdBook\n uses: peaceiris/actions-mdbook@v2\n with:\n # mdbook-version: 'latest'\n ... | dataset_sample\yaml\helix-editor_helix\.github\workflows\gh-pages.yml | gh-pages.yml | YAML | 948 | 0.8 | 0.02439 | 0.029412 | awesome-app | 486 | 2024-12-05T06:43:10.414819 | MIT | false | 09b1b7cce8fa253741778ac9f619ff90 |
name: Release\non:\n push:\n tags:\n - '[0-9]+.[0-9]+'\n - '[0-9]+.[0-9]+.[0-9]+'\n branches:\n - 'patch/ci-release-*'\n pull_request:\n paths:\n - '.github/workflows/release.yml'\n\nenv:\n # Preview mode: Publishes the build output as a CI artifact instead of creating\n # a release, allowing f... | dataset_sample\yaml\helix-editor_helix\.github\workflows\release.yml | release.yml | YAML | 9,689 | 0.8 | 0.063333 | 0.132296 | awesome-app | 218 | 2024-12-15T01:48:53.971953 | MIT | false | 21a0a1be309b2cb65b3cb62d25e84ed6 |
coverage:\n round: nearest\n status:\n project:\n default:\n informational: true\n threshold: 0.05%\n patch:\n default:\n informational: true\n | dataset_sample\yaml\Homebrew_brew\.github\codecov.yml | codecov.yml | YAML | 172 | 0.7 | 0 | 0 | node-utils | 363 | 2024-09-26T07:38:51.367313 | MIT | false | ad7198d58598e3b5a589d54329f7d4de |
version: 2\n\nupdates:\n - package-ecosystem: github-actions\n directory: /\n schedule:\n interval: weekly\n allow:\n - dependency-type: all\n # The actions in triage-issues.yml are updated in the Homebrew/.github repo\n ignore:\n - dependency-name: actions/stale\n groups:\n artif... | dataset_sample\yaml\Homebrew_brew\.github\dependabot.yml | dependabot.yml | YAML | 1,453 | 0.8 | 0 | 0.016129 | awesome-app | 985 | 2025-06-05T14:19:18.175019 | BSD-3-Clause | false | 5139925e8d3ba0e84f5a18ede30e1ef5 |
name: New issue for Reproducible Bug\ndescription: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate."\ntype: "Bug"\nbody:\n - type: markdown\n attributes:\n value: Please note we will close your issue without comment if you do not correctly fill out the issue c... | dataset_sample\yaml\Homebrew_brew\.github\ISSUE_TEMPLATE\bug.yml | bug.yml | YAML | 2,053 | 0.95 | 0.039216 | 0 | vue-tools | 482 | 2024-01-23T07:21:40.053571 | MIT | false | 2579116cdfa9748401dc448f8171910c |
blank_issues_enabled: false\n\ncontact_links:\n - name: Get help in GitHub Discussions\n url: https://github.com/orgs/Homebrew/discussions\n about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's GitHub Discussions!\n - name: New issue on Home... | dataset_sample\yaml\Homebrew_brew\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 1,265 | 0.8 | 0.055556 | 0 | vue-tools | 829 | 2023-08-02T22:36:46.374350 | BSD-3-Clause | false | 73b3550eb42c2c710340f1954662e06e |
name: New issue for Feature Suggestion\ndescription: Request our thoughts on your suggestion for a new feature for Homebrew.\ntype: "Feature"\nbody:\n - type: markdown\n attributes:\n value: Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL th... | dataset_sample\yaml\Homebrew_brew\.github\ISSUE_TEMPLATE\feature.yml | feature.yml | YAML | 1,580 | 0.95 | 0.162162 | 0 | vue-tools | 445 | 2024-09-12T18:55:56.715863 | Apache-2.0 | false | cea9779a7efd1ad89c78289a0f9c17f0 |
name: actionlint\n\non:\n push:\n branches:\n - master\n pull_request:\n paths:\n - '.github/workflows/*.ya?ml'\n - '.github/actionlint.yaml'\n\nenv:\n HOMEBREW_DEVELOPER: 1\n HOMEBREW_NO_AUTO_UPDATE: 1\n HOMEBREW_NO_ENV_HINTS: 1\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconc... | dataset_sample\yaml\Homebrew_brew\.github\workflows\actionlint.yml | actionlint.yml | YAML | 2,221 | 0.8 | 0.012048 | 0.028986 | react-lib | 790 | 2023-11-13T07:28:43.114391 | GPL-3.0 | false | f23340a0d532869f9c2edb814ff29311 |
name: Autogenerated files check\n\non:\n pull_request:\n paths:\n - .github/workflows/autogenerated-files.yml\n - README.md\n - completions/**\n - docs/Manpage.md\n - manpages/brew.1\n\npermissions:\n contents: read\n\nenv:\n HOMEBREW_DEVELOPER: 1\n HOMEBREW_NO_AUTO_UPDATE: 1\n\ndefaults... | dataset_sample\yaml\Homebrew_brew\.github\workflows\autogenerated-files.yml | autogenerated-files.yml | YAML | 1,393 | 0.8 | 0.055556 | 0 | react-lib | 231 | 2024-10-19T04:25:05.640881 | BSD-3-Clause | false | d854e619856c592680a1a561bc696741 |
name: "CodeQL"\n\non:\n push:\n branches:\n - master\n pull_request:\n branches:\n - master\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\njobs:\n analyze:\n name: Analyze\n runs-on: ubuntu-latest\n permissions:\n actions: read\n contents: read\n security-events: ... | dataset_sample\yaml\Homebrew_brew\.github\workflows\codeql-analysis.yml | codeql-analysis.yml | YAML | 868 | 0.8 | 0 | 0 | awesome-app | 335 | 2023-10-05T12:42:30.791183 | MIT | false | 00bd61cf4b2df5ed4afee6349a522ba7 |
name: Docker\n\non:\n pull_request:\n push:\n branches:\n - master\n merge_group:\n release:\n types:\n - published\n\npermissions:\n contents: read\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nenv:\n # odeprecated: remove 20.04 image in Homebrew >=4.7\n VERSIONS: '["20.04", "22.04... | dataset_sample\yaml\Homebrew_brew\.github\workflows\docker.yml | docker.yml | YAML | 11,911 | 0.8 | 0.0625 | 0.024476 | python-kit | 241 | 2025-05-08T13:10:51.416483 | BSD-3-Clause | false | a093972badca3638ba29a9db1138ceae |
name: Documentation CI\n\non:\n pull_request:\n merge_group:\n\npermissions:\n contents: read\n pages: read\n\nenv:\n HOMEBREW_DEVELOPER: 1\n HOMEBREW_NO_AUTO_UPDATE: 1\n HOMEBREW_NO_ENV_HINTS: 1\n HOMEBREW_NO_INSTALL_CLEANUP: 1\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\njobs:\n docs:\n run... | dataset_sample\yaml\Homebrew_brew\.github\workflows\docs.yml | docs.yml | YAML | 1,967 | 0.8 | 0.039474 | 0.032787 | awesome-app | 671 | 2024-03-08T04:10:30.764254 | Apache-2.0 | false | 9aef29444253d13dfc6448c6d7cb78f3 |
name: brew doctor\non:\n pull_request:\n paths:\n - .github/workflows/doctor.yml\n - Library/Homebrew/cmd/doctor.rb\n - Library/Homebrew/diagnostic.rb\n - Library/Homebrew/extend/os/diagnostic.rb\n - Library/Homebrew/extend/os/mac/diagnostic.rb\n - Library/Homebrew/os/mac/xcode.rb\n\np... | dataset_sample\yaml\Homebrew_brew\.github\workflows\doctor.yml | doctor.yml | YAML | 1,699 | 0.7 | 0.042857 | 0 | awesome-app | 264 | 2025-05-11T02:51:26.594521 | Apache-2.0 | false | 72e398f9162372f8081d3e78229348ad |
name: Ruby Documentation CI\n\non:\n push:\n branches:\n - master\n pull_request:\n\npermissions:\n contents: read\n\nenv:\n HOMEBREW_DEVELOPER: 1\n HOMEBREW_NO_AUTO_UPDATE: 1\n HOMEBREW_NO_ENV_HINTS: 1\n HOMEBREW_NO_INSTALL_CLEANUP: 1\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\njobs:\n ... | dataset_sample\yaml\Homebrew_brew\.github\workflows\rubydoc.yml | rubydoc.yml | YAML | 1,300 | 0.8 | 0.019231 | 0 | awesome-app | 697 | 2024-12-08T15:50:01.558674 | BSD-3-Clause | false | 6fc1d5a7dd6d4482479ba11f5b7d267c |
name: Update schema data\non:\n push:\n paths:\n - .github/workflows/schemas.yml\n branches-ignore:\n - master\n schedule:\n - cron: "0 0 * * *"\n workflow_dispatch:\n\npermissions:\n contents: read\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\njobs:\n spdx:\n if: github.reposit... | dataset_sample\yaml\Homebrew_brew\.github\workflows\schemas.yml | schemas.yml | YAML | 3,317 | 0.8 | 0.074468 | 0.036585 | react-lib | 213 | 2023-11-05T20:56:30.443824 | GPL-3.0 | false | a10feda4aecec47f5c1fe3b3f1cfd9c3 |
name: Update Sorbet files\n\non:\n pull_request:\n paths:\n - Library/Homebrew/dev-cmd/typecheck.rb\n - Library/Homebrew/sorbet/**\n - "!Library/Homebrew/sorbet/rbi/**"\n push:\n paths:\n - .github/workflows/sorbet.yml\n branches-ignore:\n - master\n schedule:\n - cron: "0 0 * * ... | dataset_sample\yaml\Homebrew_brew\.github\workflows\sorbet.yml | sorbet.yml | YAML | 3,733 | 0.8 | 0.104348 | 0 | node-utils | 908 | 2023-12-26T03:49:25.119209 | GPL-3.0 | false | befbb0427047ec7c395691bbea60b3a5 |
name: Update SPDX license data\non:\n push:\n paths:\n - .github/workflows/spdx.yml\n branches-ignore:\n - master\n schedule:\n - cron: "0 0 * * *"\n workflow_dispatch:\n\npermissions:\n contents: read\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\njobs:\n spdx:\n if: github.repo... | dataset_sample\yaml\Homebrew_brew\.github\workflows\spdx.yml | spdx.yml | YAML | 2,745 | 0.8 | 0.079545 | 0 | node-utils | 111 | 2024-11-27T22:37:38.211747 | Apache-2.0 | false | f1c899b0601a5694f93013d6421fbdd5 |
name: Update sponsors, maintainers, manpage and completions\n\non:\n push:\n branches:\n - master\n paths:\n - .github/workflows/sponsors-maintainers-man-completions.yml\n - README.md\n - Library/Homebrew/cmd/**\n - Library/Homebrew/dev-cmd/**\n - Library/Homebrew/completions/**\n ... | dataset_sample\yaml\Homebrew_brew\.github\workflows\sponsors-maintainers-man-completions.yml | sponsors-maintainers-man-completions.yml | YAML | 4,929 | 0.8 | 0.079137 | 0 | python-kit | 291 | 2023-09-18T02:08:56.947057 | GPL-3.0 | false | 0ad470ec5f600521abc0d47ef3b3687e |
# This file is synced from the `.github` repository, do not modify it directly.\nname: Manage stale issues\n\non:\n push:\n paths:\n - .github/workflows/stale-issues.yml\n branches-ignore:\n - dependabot/**\n schedule:\n # Once every day at midnight UTC\n - cron: "0 0 * * *"\n issue_comment:\n\... | dataset_sample\yaml\Homebrew_brew\.github\workflows\stale-issues.yml | stale-issues.yml | YAML | 2,824 | 0.8 | 0.060976 | 0.026316 | awesome-app | 532 | 2024-05-10T22:15:47.302941 | BSD-3-Clause | false | fd48631afaa186a74e225f6e38e95dfb |
name: Vendor Gems\n\non:\n pull_request:\n paths:\n - Library/Homebrew/dev-cmd/vendor-gems.rb\n - Library/Homebrew/Gemfile*\n push:\n paths:\n - .github/workflows/vendor-gems.yml\n branches-ignore:\n - master\n workflow_dispatch:\n inputs:\n pull_request:\n description: Pu... | dataset_sample\yaml\Homebrew_brew\.github\workflows\vendor-gems.yml | vendor-gems.yml | YAML | 3,421 | 0.95 | 0.101852 | 0 | react-lib | 289 | 2024-05-21T20:40:08.645815 | BSD-3-Clause | false | cf28533869cb160df10a6a213cf9f598 |
name: Check Vendor Version\n\non:\n pull_request:\n paths:\n - .github/workflows/vendor-version.yml\n - Library/Homebrew/vendor/bundle/ruby/**\n\npermissions:\n contents: read\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\njobs:\n check-vendor-version:\n runs-on: ubuntu-latest\n steps... | dataset_sample\yaml\Homebrew_brew\.github\workflows\vendor-version.yml | vendor-version.yml | YAML | 2,406 | 0.8 | 0.054795 | 0 | node-utils | 735 | 2023-12-12T20:03:53.924498 | Apache-2.0 | false | e5fe9e436759ff106164fce7ece0a4af |
inherit_from: ../Library/.rubocop.yml\n\nAllCops:\n Exclude:\n - "**/_site/**/*"\n - "**/Manpage.md"\n - "**/vendor/**/*"\n\n# These are included in docs deliberately to show what\n# `brew create` does and what the user should replace.\nFormulaAudit/Comments:\n Enabled: false\n\n# This forces us to use dummy... | dataset_sample\yaml\Homebrew_brew\docs\.rubocop.yml | .rubocop.yml | YAML | 1,196 | 0.8 | 0.02381 | 0.242424 | react-lib | 659 | 2025-04-05T04:49:49.742165 | MIT | false | 3b43e5d0d48ceeb34bb70108cd9ed6b4 |
title: Homebrew Documentation\ndescription: Documentation for the missing package manager for macOS (or Linux).\n\nremote_theme: Homebrew/brew.sh\n\nexclude:\n - bin\n - CNAME\n - Gemfile*\n - vale-styles\n - vendor\n\nplugins:\n - jekyll-redirect-from\n - jekyll-remote-theme\n - jekyll-seo-tag\n - jekyll-site... | dataset_sample\yaml\Homebrew_brew\docs\_config.yml | _config.yml | YAML | 719 | 0.8 | 0.047619 | 0 | vue-tools | 169 | 2024-04-07T11:07:52.075251 | MIT | false | 5cd262f94671c494983120231e2472db |
---\nextends: substitution\nmessage: Use '%s' instead of '%s'.\nignorecase: false\nlink: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#style-and-usage"\nlevel: error\nnonword: true\nswap:\n '\beg\b': e.g.\n '\bie\b': i.e.\n 'e\.g\.,': e.g.\n 'i\.e\.,': i.e.\n '(?<!^\{.*|\.|<)\borg\b': ... | dataset_sample\yaml\Homebrew_brew\docs\vale-styles\Homebrew\Abbreviations.yml | Abbreviations.yml | YAML | 558 | 0.8 | 0 | 0 | react-lib | 758 | 2024-02-09T06:42:46.664002 | BSD-3-Clause | false | 74f1c8532c85f00282e9059dd6fa5597 |
---\nextends: existence\nmessage: "No Oxford commas!"\nlink: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#typographical-conventions"\nscope: sentence\nlevel: error\ntokens:\n - '(?:[^,]+,){1,}\s\w+,\sand'\n | dataset_sample\yaml\Homebrew_brew\docs\vale-styles\Homebrew\OxfordComma.yml | OxfordComma.yml | YAML | 229 | 0.8 | 0 | 0 | react-lib | 612 | 2025-05-20T09:45:40.386546 | MIT | false | fc570a70c6f79a292abeea25ab0fb816 |
---\nextends: existence\nmessage: Avoid gender-specific language when not necessary.\nlink: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#personal-pronouns"\nlevel: error\nignorecase: true\ntokens:\n - him\n - her\n - she\n - he\n - his\n - hers\n - himself\n - herself\n | dataset_sample\yaml\Homebrew_brew\docs\vale-styles\Homebrew\Pronouns.yml | Pronouns.yml | YAML | 293 | 0.8 | 0 | 0 | node-utils | 602 | 2023-09-19T18:56:23.343586 | MIT | false | 86df51687dd476feeb9fb26890d6edf7 |
---\nextends: existence\nmessage: "'%s' should have one space."\nlink: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#typographical-conventions"\nlevel: error\nnonword: true\ntokens:\n - '(?<!^\{.*)[a-z][.?!][A-Z]' # FIXME: https://github.com/errata-ai/vale/issues/818\n - '[.?!] {2,}[A-Z]'... | dataset_sample\yaml\Homebrew_brew\docs\vale-styles\Homebrew\Spacing.yml | Spacing.yml | YAML | 313 | 0.8 | 0 | 0 | awesome-app | 810 | 2023-11-30T22:04:26.938612 | MIT | false | 0bd7748296ebec3c73d53272b18e7df2 |
---\nextends: substitution\nmessage: Use '%s' instead of '%s'.\nlink: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#terminology-words-and-word-styling"\nlevel: error\nscope: paragraph\n\nswap:\n '(?<!How to Open a Homebrew )Pull Request': pull request\n Rubocop: RuboCop\n '(?<!^\{.*)MacO... | dataset_sample\yaml\Homebrew_brew\docs\vale-styles\Homebrew\Terms.yml | Terms.yml | YAML | 459 | 0.8 | 0 | 0 | vue-tools | 221 | 2024-07-27T01:26:41.113696 | Apache-2.0 | false | b5ee1fd2a40e2d7ffd0c4ed87ba7dc53 |
extends: capitalization\nmessage: "'%s' should be in title case"\nlevel: error\nscope: heading.h1\nmatch: $title\nstyle: AP\nexceptions:\n - brew(1)\n - macOS\n - Homebrew/brew\n - Homebrew/homebrew-core\n - Homebrew/homebrew-cask\n - (or Linux)\n | dataset_sample\yaml\Homebrew_brew\docs\vale-styles\Homebrew\Titles.yml | Titles.yml | YAML | 240 | 0.7 | 0 | 0 | vue-tools | 887 | 2023-07-17T02:22:42.833266 | Apache-2.0 | false | 74ae3517cb696a8a70a85f0bafa46e13 |
---\nextends: existence\nmessage: 'No "TM", ™, SM, ©, ®, or other explicit indicators of rights ownership or trademarks'\nlink: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#typographical-conventions"\nlevel: error\nnonword: true\ntokens:\n - \bTM\b\n - ™\n - \bSM\b\n - ©\n - ®\n | dataset_sample\yaml\Homebrew_brew\docs\vale-styles\Homebrew\Trademarks.yml | Trademarks.yml | YAML | 310 | 0.8 | 0 | 0 | react-lib | 481 | 2024-07-18T07:35:01.344723 | GPL-3.0 | false | ce041b0d5860f64b35b244aab58d68a2 |
---\nplugins:\n - rubocop-md:\n plugin_class_name: RuboCop::Markdown::Plugin\n - rubocop-performance:\n plugin_class_name: RuboCop::Performance::Plugin\n - rubocop-rspec:\n plugin_class_name: RuboCop::RSpec::Plugin\n - rubocop-sorbet:\n plugin_class_name: RuboCop::Sorbet::Plugin\n\nrequire:\n -... | dataset_sample\yaml\Homebrew_brew\Library\.rubocop.yml | .rubocop.yml | YAML | 12,878 | 0.95 | 0.037402 | 0.184834 | awesome-app | 571 | 2024-11-18T19:15:06.185462 | Apache-2.0 | false | 5ab04400229262a3c08360caf6c61acb |
inherit_from:\n - ../.rubocop.yml\n\nBundler/GemFilename:\n Enabled: false\n\nHomebrew/MoveToExtendOS:\n Enabled: true\n Exclude:\n - "{extend,test,requirements}/**/*"\n - "os.rb"\n\nNaming/PredicateName:\n inherit_mode:\n merge:\n - AllowedMethods\n AllowedMethods:\n - is_32_bit?\n - is_64_bi... | dataset_sample\yaml\Homebrew_brew\Library\Homebrew\.rubocop.yml | .rubocop.yml | YAML | 1,959 | 0.95 | 0.012195 | 0.039474 | node-utils | 332 | 2024-03-06T07:40:15.582587 | GPL-3.0 | false | 01a2ddbc9218c29243aa8d6bcd625e5c |
---\n# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration\ngem:\n exclude:\n # These conflict with the rbi files provided by sorbet:\n - base64\n - benchmark\n - bigdecimal\n - json\n - logger\n - racc\n - rexml\n # These aren't needed:\n - coderay\n - diff-lcs\n ... | dataset_sample\yaml\Homebrew_brew\Library\Homebrew\sorbet\tapioca\config.yml | config.yml | YAML | 1,138 | 0.95 | 0.044444 | 0.2 | awesome-app | 216 | 2024-07-22T23:39:39.783026 | BSD-3-Clause | false | ea0df4e847c3f1f0879ccf76f8fa20aa |
inherit_from:\n - ../.rubocop.yml\n\nRSpec:\n Include:\n - ./*\n\nRSpec/ContextWording:\n Prefixes:\n - when\n - with\n - without\n - if\n - unless\n - for\n - which\n - to\n | dataset_sample\yaml\Homebrew_brew\Library\Homebrew\test\.rubocop.yml | .rubocop.yml | YAML | 187 | 0.8 | 0.117647 | 0 | awesome-app | 487 | 2023-10-15T07:57:49.035645 | Apache-2.0 | true | aedc4aa88b9259cd29f630912f47f2bc |
# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.\n---\nAllCops:\n ParserEngine: parser_prism\n TargetRubyVersion: 3.3\n NewCops: enable\n Include:\n - "**/*.rbi"\n Exclude:\n - Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi\n - Homebrew/sorbet/rbi/parser*.rbi\n - Home... | dataset_sample\yaml\Homebrew_homebrew-cask\.rubocop.yml | .rubocop.yml | YAML | 5,374 | 0.95 | 0 | 0.004329 | node-utils | 688 | 2024-01-15T11:35:29.187740 | BSD-3-Clause | false | 351f66fc67d3db048b4912f726a27b14 |
# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.\n---\nAllCops:\n ParserEngine: parser_prism\n TargetRubyVersion: 3.3\n NewCops: enable\n Include:\n - "**/*.rbi"\n Exclude:\n - Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi\n - Homebrew/sorbet/rbi/parser*.rbi\n - Home... | dataset_sample\yaml\Homebrew_homebrew-core\.rubocop.yml | .rubocop.yml | YAML | 5,374 | 0.95 | 0 | 0.004329 | node-utils | 171 | 2024-06-01T15:42:52.976037 | BSD-3-Clause | false | 351f66fc67d3db048b4912f726a27b14 |
# This file is synced from the `.github` repository, do not modify it directly.\n---\nversion: 2\nupdates:\n- package-ecosystem: github-actions\n directory: "/"\n schedule:\n interval: weekly\n day: monday\n time: '08:00'\n allow:\n - dependency-type: all\n ignore:\n - dependency-name: actions/stale\n g... | dataset_sample\yaml\Homebrew_homebrew-core\.github\dependabot.yml | dependabot.yml | YAML | 372 | 0.8 | 0 | 0.055556 | vue-tools | 20 | 2023-11-19T06:42:06.066455 | BSD-3-Clause | false | 8d44490fa6622d29a8aa417e23267a4c |
name: New issue for Reproducible Bug\ndescription: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate."\ntype: "Bug"\nbody:\n - type: markdown\n attributes:\n value: Please note we will close your issue without comment if you do not fill out the issue checklist b... | dataset_sample\yaml\Homebrew_homebrew-core\.github\ISSUE_TEMPLATE\bug.yml | bug.yml | YAML | 2,007 | 0.95 | 0.06383 | 0 | python-kit | 402 | 2025-03-20T06:32:43.795573 | GPL-3.0 | false | f9daceb4bfcb17adbe115cda60683168 |
blank_issues_enabled: false\n\ncontact_links:\n - name: Request a change to a formula\n url: https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request\n about: Is something missing in a formula? Follow this guide to request new features in formulae.\n - name: Get help in GitHub Discussions\n url: https://gith... | dataset_sample\yaml\Homebrew_homebrew-core\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 985 | 0.8 | 0.066667 | 0 | node-utils | 65 | 2025-04-26T14:57:52.085000 | MIT | false | 93a8f441b266e0837bf06b7235aea5e3 |
name: actionlint\n\non:\n push:\n branches:\n - master\n paths:\n - '.github/workflows/*.ya?ml'\n - 'Formula/a/actionlint.rb'\n - 'Formula/s/shellcheck.rb'\n - 'Formula/z/zizmor.rb'\n pull_request:\n paths:\n - '.github/workflows/*.ya?ml'\n\ndefaults:\n run:\n shell: bash -x... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\actionlint.yml | actionlint.yml | YAML | 2,783 | 0.8 | 0.032258 | 0.063291 | vue-tools | 520 | 2024-07-06T08:45:56.233800 | Apache-2.0 | false | 31dac45faa68039add64eea79338dee1 |
name: Bump formulae on schedule or request\n\non:\n push:\n branches:\n - master\n paths:\n - .github/workflows/autobump.yml\n workflow_dispatch:\n inputs:\n formulae:\n description: Custom list of formulae to livecheck and bump if outdated\n required: false\n schedule:\n # E... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\autobump.yml | autobump.yml | YAML | 1,883 | 0.95 | 0.046154 | 0.017241 | awesome-app | 954 | 2023-07-24T03:17:40.866430 | MIT | false | 3a4490847fbd001576283e7f26b941b1 |
name: automerge from merge_queue\n\non:\n workflow_run:\n workflows:\n - CI\n types:\n - completed\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: automerge-merge_queue-${{ github.event.workflow_run.event }}-${{ github.event.workflow_run.id }}\n cancel-in-progress: t... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\automerge-from-merge-queue.yml | automerge-from-merge-queue.yml | YAML | 9,002 | 0.8 | 0.051852 | 0.01626 | vue-tools | 741 | 2025-04-01T08:59:10.181273 | MIT | false | 052046ebc57586fbe9e026f3ed5f309b |
name: Trigger automerge\n\non:\n pull_request_review:\n types:\n - submitted\n pull_request_target:\n types:\n - unlabeled\n - ready_for_review\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\njobs:\n check:\n if: >\n github.repository_owner == 'Homebrew' &&\n ((github.ev... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\automerge-triggers.yml | automerge-triggers.yml | YAML | 636 | 0.8 | 0.04 | 0 | node-utils | 46 | 2023-11-27T16:42:04.288401 | Apache-2.0 | false | ca58189dde53e5dbfeffc0e948c2de70 |
name: automerge\n\non:\n workflow_run:\n workflows:\n - CI\n - Trigger automerge\n types:\n - completed\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: automerge-${{ github.event.workflow_run.event }}-${{ github.event.workflow_run.id }}\n cancel-in-progress: tru... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\automerge.yml | automerge.yml | YAML | 6,496 | 0.8 | 0.040201 | 0.005495 | react-lib | 356 | 2024-02-22T23:37:50.722683 | BSD-3-Clause | false | 0ec01b9cd91f0c4f1f37db30b0772155 |
name: Populate gem cache\n\non:\n pull_request:\n paths:\n - .github/workflows/cache.yml\n push:\n paths:\n - .github/workflows/cache.yml\n branches:\n - master\n schedule:\n - cron: '30 19/6 * * *'\n workflow_dispatch:\n\npermissions:\n contents: read\n\nenv:\n HOMEBREW_DEVELOPER: 1\n ... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\cache.yml | cache.yml | YAML | 2,613 | 0.8 | 0.041237 | 0 | awesome-app | 4 | 2024-07-28T18:09:45.581566 | Apache-2.0 | false | 38318983d1ad628ee6f2fd7f4b53bf0b |
name: Clean up closed PRs\n\non:\n pull_request_target:\n types:\n - closed\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.number }}\n cancel-in-progress: true\n\nenv:\n GH_REPO: ${{ github.repository }}\n GH_NO_UPDATE_NOTIFIER: 1\n... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\clean-up-closed-prs.yml | clean-up-closed-prs.yml | YAML | 2,149 | 0.8 | 0.064103 | 0.014286 | vue-tools | 805 | 2024-10-05T19:23:20.607583 | Apache-2.0 | false | ae823e5b09afe363616123855b17a226 |
name: Create replacement pull request\nrun-name: "Replace PR #${{ inputs.pull_request }}"\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.inputs.pull_request }}-${{ github.event.inputs.upload }}\n cancel-in-progress: ${{ !fromJson(github.event.... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\create-replacement-pr.yml | create-replacement-pr.yml | YAML | 11,846 | 0.95 | 0.06734 | 0.015094 | python-kit | 891 | 2024-08-12T04:16:43.634919 | GPL-3.0 | false | 2afc230445f905d50739ea0466620614 |
name: Dispatch rebottle (for all currently bottled OS versions)\n\nrun-name: Rebuild bottles of ${{ inputs.formula }}\n\non:\n workflow_dispatch:\n inputs:\n formula:\n description: Formula name\n required: true\n reason:\n description: Reason for rebottling\n required: true\n ... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\dispatch-rebottle.yml | dispatch-rebottle.yml | YAML | 10,301 | 0.95 | 0.073579 | 0.007463 | node-utils | 841 | 2023-08-29T02:44:49.220541 | Apache-2.0 | false | f2b14e0fd4bef9205c28a00687b1aa87 |
name: Manage pull request labels\n\non:\n pull_request_target:\n types:\n - unlabeled\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.label.name }}\n cancel-in-progress: true\n\nenv:\n GH_REPO: ${{ github.re... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\manage-pull-request-labels.yml | manage-pull-request-labels.yml | YAML | 855 | 0.8 | 0.057143 | 0 | python-kit | 810 | 2025-03-31T06:26:03.341077 | BSD-3-Clause | false | 73b1395e59c4264cab65be8329cf399b |
name: Publish and commit bottles\n\nrun-name: "Publish PR #${{ inputs.pull_request }}"\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.inputs.pull_request }}\n cancel-in-progress: false\n\non:\n workflow_dispatch:\n inputs:\n pull_request:\n description: Pull request number\n t... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\publish-commit-bottles.yml | publish-commit-bottles.yml | YAML | 19,582 | 0.95 | 0.066398 | 0.015556 | python-kit | 879 | 2025-03-09T22:28:16.438342 | BSD-3-Clause | false | 212079085db891c69064538d0c1a0df8 |
name: Recreate Linux self-hosted runners\n\non:\n workflow_dispatch:\n schedule:\n # Once each 24 hours, at 1 during the night\n - cron: "0 1 * * *"\n workflow_run:\n workflows:\n - CI\n types:\n - completed\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: recr... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\recreate-linux-runners.yml | recreate-linux-runners.yml | YAML | 3,631 | 0.8 | 0.104348 | 0.019802 | vue-tools | 246 | 2024-06-08T15:53:53.087010 | GPL-3.0 | false | 2ba5fbaf093707edf40f416f2aa2b869 |
name: Remove disabled packages\n\non:\n push:\n branches:\n - master\n paths:\n - .github/workflows/remove-disabled-packages.yml\n schedule:\n # Once every day at midnight UTC\n - cron: "0 0 * * *"\n\nenv:\n RUN_URL: ${{github.event.repository.html_url}}/actions/runs/${{github.run_id}}\n\ndefau... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\remove-disabled-packages.yml | remove-disabled-packages.yml | YAML | 3,416 | 0.8 | 0.07619 | 0.01087 | react-lib | 163 | 2024-07-16T05:14:32.715124 | BSD-3-Clause | false | 1c7271d6ab5d67d00f4f83a1390d9acd |
name: Scheduled online check\n\non:\n push:\n branches:\n - master\n paths:\n - .github/workflows/scheduled.yml\n schedule:\n # Once every day at 1AM\n - cron: "0 1 * * *"\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: scheduled\n cancel-in-progress: true\n\n... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\scheduled.yml | scheduled.yml | YAML | 6,150 | 0.95 | 0.101695 | 0.045161 | awesome-app | 684 | 2024-01-06T11:45:02.568875 | GPL-3.0 | false | 81306b5d37fe61f726f138958f40f533 |
# This file is synced from the `.github` repository, do not modify it directly.\nname: Manage stale issues\n\non:\n push:\n paths:\n - .github/workflows/stale-issues.yml\n branches-ignore:\n - dependabot/**\n schedule:\n # Once every day at midnight UTC\n - cron: "0 0 * * *"\n issue_comment:\n\... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\stale-issues.yml | stale-issues.yml | YAML | 2,824 | 0.8 | 0.060976 | 0.026316 | vue-tools | 721 | 2025-05-31T09:58:09.801629 | GPL-3.0 | false | fd48631afaa186a74e225f6e38e95dfb |
name: Triage CI failure\n\non:\n workflow_run:\n workflows:\n - CI\n types:\n - completed\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: triage-ci-${{ github.event.workflow_run.event }}-${{ github.event.workflow_run.id }}\n cancel-in-progress: true\n\nenv:\n HOMEBR... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\triage-ci.yml | triage-ci.yml | YAML | 3,838 | 0.8 | 0.061404 | 0.01 | react-lib | 291 | 2024-06-21T03:49:02.774694 | MIT | false | 4cf80f8d07cda2cc3563a6905bcd1df4 |
name: Triage tasks\n\non: pull_request_target\n\nenv:\n GH_REPO: ${{ github.repository }}\n GH_NO_UPDATE_NOTIFIER: 1\n GH_PROMPT_DISABLED: 1\n\ndefaults:\n run:\n shell: bash -xeuo pipefail {0}\n\nconcurrency:\n group: "triage-${{ github.event.number }}"\n cancel-in-progress: true\n\npermissions: {}\n\njobs:\n... | dataset_sample\yaml\Homebrew_homebrew-core\.github\workflows\triage.yml | triage.yml | YAML | 11,066 | 0.8 | 0.021333 | 0.009231 | python-kit | 51 | 2024-05-25T23:36:52.358312 | MIT | false | 41454c589f6afb7af63b94794b60d9cf |
name: CI\n\non:\n push:\n branches: [ "master" ]\n pull_request: {}\n merge_group:\n branches: [ "master" ]\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\nenv:\n RUSTFLAGS: "-D warnings"\n\njobs:\n\n rustfmt:\n runs-on: ubuntu-latest\n steps:\n - us... | dataset_sample\yaml\hyperium_tonic\.github\workflows\CI.yml | CI.yml | YAML | 5,189 | 0.8 | 0 | 0 | awesome-app | 533 | 2024-07-10T17:18:42.416362 | GPL-3.0 | false | 1ff75d8b38987714aacdc27f1a300a3f |
# SPDX-License-Identifier: Apache-2.0\n\npull_request_rules:\n - name: Auto-Merge on Approving Label and Changes Limited to docs/ Folder\n conditions:\n - files~=^docs/\n - -files~=^(?!^docs).*\n - label=doc-merge\n actions:\n merge:\n method: rebase\n | dataset_sample\yaml\hyperledger_fabric\.mergify.yml | .mergify.yml | YAML | 275 | 0.8 | 0 | 0.1 | react-lib | 334 | 2024-01-08T17:02:41.882349 | Apache-2.0 | false | 11056a4c54c81dd55bf37c2aa80f56d7 |
self-hosted-runner:\n # Labels of self-hosted runner in array of string\n labels:\n - warp-ubuntu-latest-x64-4x\n - warp-ubuntu-latest-arm64-4x\n - warp-ubuntu-latest-x64-16x\n | dataset_sample\yaml\hypermodeinc_badger\.github\actionlint.yml | actionlint.yml | YAML | 181 | 0.8 | 0 | 0.166667 | python-kit | 971 | 2023-07-22T06:05:57.687718 | BSD-3-Clause | false | 92e11571828211289fbca4a1dfda2b04 |
blank_issues_enabled: false\ncontact_links:\n - name: Badger Community Support\n url: https://discord.hypermode.com\n about: Please ask and answer questions here\n | dataset_sample\yaml\hypermodeinc_badger\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 165 | 0.8 | 0 | 0 | node-utils | 573 | 2023-08-06T11:31:15.974714 | BSD-3-Clause | false | ae8f08881b0f84a20d24dd668dadfedf |
name: cd-badger\n\non:\n workflow_dispatch:\n inputs:\n releasetag:\n description: releasetag\n required: true\n type: string\n\npermissions:\n contents: read\n\njobs:\n badger-build-amd64:\n runs-on: warp-ubuntu-latest-x64-4x\n steps:\n - uses: actions/checkout@v4\n wi... | dataset_sample\yaml\hypermodeinc_badger\.github\workflows\cd-badger.yml | cd-badger.yml | YAML | 3,387 | 0.95 | 0.082474 | 0.021505 | react-lib | 753 | 2025-01-08T01:49:32.304526 | MIT | false | a30dbc01d23ea6891f89b967dea7f4ce |
---\n# CI Overview\n# -----------\n#\n# Every commit:\n#\n# The CI for every PR and merge to main runs tests, fmt, lints and compiles debug binaries\n#\n# On main if all these checks pass it will then additionally compile in "release" mode and\n# publish a docker image to quay.io/influxdb/influxdb3:$COMMIT_SHA\n#\n# Ma... | dataset_sample\yaml\influxdata_influxdb\.circleci\config.yml | config.yml | YAML | 29,016 | 0.95 | 0.031785 | 0.140485 | python-kit | 890 | 2023-10-30T18:11:32.641851 | MIT | false | 514d6ae978598c75e81ac7352bafc6c2 |
# Configuration for https://probot.github.io/apps/stale/\n#\n# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 90\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 7\n# Issues with these labels will never be considered stale\nexemptLabels:\n - security\n - sta... | dataset_sample\yaml\influxdata_influxdb\.github\stale.yml | stale.yml | YAML | 921 | 0.95 | 0.227273 | 0.363636 | node-utils | 496 | 2024-04-07T07:41:42.910362 | GPL-3.0 | false | 536bd87cb584a91c651eeac7bdc2f4ae |
---\nname: "Semantic PR and Commit Messages"\n\non:\n pull_request:\n types: [opened, reopened, synchronize, edited]\n\njobs:\n semantic:\n uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main\n | dataset_sample\yaml\influxdata_influxdb\.github\workflows\semantic.yml | semantic.yml | YAML | 226 | 0.7 | 0 | 0 | node-utils | 450 | 2024-02-19T14:21:02.797713 | GPL-3.0 | false | 1b79982da6843083a40da48d1bf5b02d |
version: "2"\n\nlinters:\n # Default set of linters.\n # The value can be: `standard`, `all`, `none`, or `fast`.\n # Default: standard\n default: none\n\n # Enable specific linter.\n # https://golangci-lint.run/usage/linters/#enabled-by-default\n enable:\n - asasalint\n - asciicheck\n - bidichk\n - b... | dataset_sample\yaml\influxdata_telegraf\.golangci.yml | .golangci.yml | YAML | 22,051 | 0.95 | 0.044118 | 0.351399 | node-utils | 280 | 2025-04-16T21:03:03.729702 | Apache-2.0 | false | 4e2eda40f3b80951680448fe92bbeb5d |
version: 2.1\norbs:\n win: circleci/windows@5.0.0\n aws-cli: circleci/aws-cli@3.1.1\n\nexecutors:\n telegraf-ci:\n working_directory: '/go/src/github.com/influxdata/telegraf'\n resource_class: large\n docker:\n - image: 'quay.io/influxdb/telegraf-ci:1.24.1'\n environment:\n GOFLAGS: -p=4\n mac... | dataset_sample\yaml\influxdata_telegraf\.circleci\config.yml | config.yml | YAML | 24,848 | 0.95 | 0.010169 | 0.017065 | python-kit | 530 | 2024-02-01T00:03:46.572845 | BSD-3-Clause | false | f70bfa4c177332ed09f2d6aafb20a73e |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n open-pull-requests-limit: 25\n labels:\n - "dependencies"\n - package-ecosystem: "gomod"\n directory: "/"\n schedule:\n interval: "weekly"\n open-pull-requests-limit: 25... | dataset_sample\yaml\influxdata_telegraf\.github\dependabot.yml | dependabot.yml | YAML | 506 | 0.8 | 0 | 0.1 | react-lib | 201 | 2024-05-13T15:59:38.696670 | GPL-3.0 | false | ec76f6c829e065e760fdbffdef280f7f |
name: Bug Report\ndescription: Create a bug report to help us improve\nlabels: ["bug"]\nbody:\n - type: markdown\n attributes:\n value: |\n Thanks for taking time to fill out this bug report! We reserve Telegraf issues for bugs for reproducible problems.\n Please redirect any questions about Tele... | dataset_sample\yaml\influxdata_telegraf\.github\ISSUE_TEMPLATE\BUG_REPORT.yml | BUG_REPORT.yml | YAML | 2,482 | 0.95 | 0.054054 | 0 | python-kit | 911 | 2024-08-18T18:30:03.135390 | Apache-2.0 | false | 31cc918a19301c4088a7d7208ca063f8 |
name: Feature request\ndescription: Create a feature request to make Telegraf more awesome\nlabels: ["feature request"]\nbody:\n - type: markdown\n attributes:\n value: |\n Thanks for taking time to share with us this feature request! Please describe why you would like this feature to be added to Telegr... | dataset_sample\yaml\influxdata_telegraf\.github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml | FEATURE_REQUEST.yml | YAML | 1,170 | 0.85 | 0.027027 | 0 | python-kit | 115 | 2023-10-31T12:31:28.662398 | GPL-3.0 | false | a6208d8e47cef477268179e458cf399d |
name: Support request\ndescription: Open a support request\nlabels: ["support"]\nbody:\n - type: markdown\n attributes:\n value: |\n WOAH, hold up. This isn't the best place for support questions. \n You can get a faster response on slack or forums:\n\n Please redirect any QUESTIONS about ... | dataset_sample\yaml\influxdata_telegraf\.github\ISSUE_TEMPLATE\SUPPORT.yml | SUPPORT.yml | YAML | 816 | 0.8 | 0.136364 | 0 | vue-tools | 794 | 2024-02-13T09:32:00.617782 | Apache-2.0 | false | 1e88d287cde5572939916752e13962d5 |
---\n#################################\n#################################\n## Super Linter GitHub Actions ##\n#################################\n#################################\nname: Lint Code Base\n\n#\n# Documentation:\n# https://help.github.com/en/articles/workflow-syntax-for-github-actions\n#\n\n################... | dataset_sample\yaml\influxdata_telegraf\.github\workflows\linter.yml | linter.yml | YAML | 1,726 | 0.8 | 0.015385 | 0.482759 | vue-tools | 519 | 2025-06-13T05:38:52.016732 | BSD-3-Clause | false | d107fc9fbd8649e7135f31430da5a082 |
name: Milestones\non:\n pull_request_target:\n types:\n - closed\n\npermissions:\n issues: write\n pull-requests: write\n\njobs:\n milestone_job:\n if: github.event.pull_request.merged == true\n runs-on: ubuntu-latest\n name: Assign milestones to PRs\n steps:\n - name: Checkout code\n ... | dataset_sample\yaml\influxdata_telegraf\.github\workflows\milestones.yml | milestones.yml | YAML | 780 | 0.7 | 0.034483 | 0 | vue-tools | 600 | 2024-10-07T17:29:19.908155 | GPL-3.0 | false | 077d241a29e9cf2bd469e39c70bd8ce6 |
name: Target Branch\non:\n pull_request:\n types:\n - opened\n - reopened\n - synchronize\n - edited\n\njobs:\n check-target-master:\n name: master\n runs-on: ubuntu-latest\n steps:\n - name: debug\n run: echo Target is ${{ github.event.pull_request.base.ref }}\n - nam... | dataset_sample\yaml\influxdata_telegraf\.github\workflows\pr-target-branch.yml | pr-target-branch.yml | YAML | 573 | 0.7 | 0.083333 | 0 | awesome-app | 43 | 2024-12-09T08:32:36.022672 | MIT | false | 9ce0fc11252ec53a8a54dd5952191dc5 |
name: Lint plugin readmes\non:\n# push:\n# branches-ignore: master\n pull_request:\n branches: # Names of target branches, not source branches\n - master\njobs:\n run-readme-linter:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/setup-go@v5\n with:\n go-version: '1.24.1'\n ... | dataset_sample\yaml\influxdata_telegraf\.github\workflows\readme-linter.yml | readme-linter.yml | YAML | 848 | 0.8 | 0.038462 | 0.076923 | vue-tools | 894 | 2025-01-11T10:16:26.292331 | MIT | false | b49b54c6ebb357b502b3cf281d1bbb09 |
---\nname: "Semantic PR and Commit Messages"\n\non:\n pull_request:\n types: [opened, reopened, synchronize, edited]\n branches:\n - master\n\njobs:\n semantic:\n uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main\n with:\n COMMITS_HISTORY: 0\n\n | dataset_sample\yaml\influxdata_telegraf\.github\workflows\semantic.yml | semantic.yml | YAML | 291 | 0.7 | 0 | 0 | vue-tools | 834 | 2024-03-15T19:57:43.267444 | Apache-2.0 | false | ad7ada2672c2dbbcc59c73e2f353c6c6 |
version: '3'\n\nservices:\n clickhouse:\n# choose `:latest` after resolve https://github.com/ClickHouse/ClickHouse/issues/13057\n image: docker.io/yandex/clickhouse-server:${CLICKHOUSE_VERSION:-latest}\n volumes:\n - ./init_schema.sql:/docker-entrypoint-initdb.d/init_schema.sql\n - ./test_dictionary.xm... | dataset_sample\yaml\influxdata_telegraf\plugins\inputs\clickhouse\dev\docker-compose.yml | docker-compose.yml | YAML | 1,235 | 0.8 | 0 | 0.068966 | node-utils | 400 | 2024-08-06T10:49:40.954071 | MIT | false | 0753e086767ff19ea7b6d1f8fbe1c843 |
version: '3'\n\nservices:\n telegraf:\n image: glinton/scratch\n volumes:\n - ./telegraf.conf:/telegraf.conf\n - ../../../../telegraf:/telegraf\n - ./dev/json_a.log:/var/log/test.log\n entrypoint:\n - /telegraf\n - --config\n - /telegraf.conf\n | dataset_sample\yaml\influxdata_telegraf\plugins\inputs\file\dev\docker-compose.yml | docker-compose.yml | YAML | 289 | 0.7 | 0 | 0 | awesome-app | 906 | 2023-07-24T06:37:23.509209 | GPL-3.0 | false | e78a9f02db6543fbeb149f0c32983d08 |
## Reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-dev-mode\nversion: '2.2'\nservices:\n es01:\n image: docker.elastic.co/elasticsearch/elasticsearch:7.10.1\n container_name: es01\n environment:\n - node.name=es01\n - cluster.name=es-docker-clust... | dataset_sample\yaml\influxdata_telegraf\plugins\inputs\kibana\test_environment\docker-compose.yml | docker-compose.yml | YAML | 1,089 | 0.8 | 0 | 0.022727 | node-utils | 924 | 2024-10-05T04:40:20.457045 | GPL-3.0 | true | 2e81690477947832f1e8532b81855089 |
version: '3'\n\nservices:\n telegraf:\n image: glinton/scratch\n volumes:\n - ./telegraf.conf:/telegraf.conf\n - ../../../../telegraf:/telegraf\n - ./test.log:/var/log/test.log\n entrypoint:\n - /telegraf\n - --config\n - /telegraf.conf\n | dataset_sample\yaml\influxdata_telegraf\plugins\inputs\logparser\dev\docker-compose.yml | docker-compose.yml | YAML | 303 | 0.7 | 0 | 0 | node-utils | 186 | 2024-07-27T11:09:43.707878 | GPL-3.0 | false | ce349ca4ba7ec9ea50255914e3b2fcd0 |
version: '3'\nservices:\n mongodb:\n image: mongo\n\n telegraf:\n image: glinton/scratch\n volumes:\n - ./telegraf.conf:/telegraf.conf\n - ../../../../telegraf:/telegraf\n depends_on:\n - mongodb\n entrypoint:\n - /telegraf\n - --conf... | dataset_sample\yaml\influxdata_telegraf\plugins\inputs\mongodb\dev\docker-compose.yml | docker-compose.yml | YAML | 336 | 0.7 | 0 | 0 | react-lib | 629 | 2023-12-09T14:04:07.855174 | GPL-3.0 | false | a25cfc6f0c6264a86afad904921dfb7e |
version: '3'\n\nservices:\n mysql:\n image: mysql:5.7\n restart: always\n environment:\n MYSQL_ROOT_PASSWORD: telegraf\n MYSQL_DATABASE: telegraf\n MYSQL_USER: telegraf\n MYSQL_PASSWORD: telegraf\n maria:\n image: mariadb\n restart: always\n environment:\n MYSQL_ROOT_PASSWOR... | dataset_sample\yaml\influxdata_telegraf\plugins\inputs\mysql\dev\docker-compose.yml | docker-compose.yml | YAML | 896 | 0.7 | 0 | 0 | node-utils | 599 | 2024-12-30T01:37:39.163273 | BSD-3-Clause | false | 4902f3ac73b80df032e31f4eb0b49b08 |
version: '3'\nservices:\n zoo:\n image: zookeeper\n\n telegraf:\n image: glinton/scratch\n volumes:\n - ./telegraf.conf:/telegraf.conf\n - ../../../../telegraf:/telegraf\n depends_on:\n - zoo\n entrypoint:\n - /telegraf\n - --config\n - /telegraf.conf\n network_mode: se... | dataset_sample\yaml\influxdata_telegraf\plugins\inputs\zookeeper\dev\docker-compose.yml | docker-compose.yml | YAML | 314 | 0.7 | 0 | 0 | python-kit | 876 | 2024-10-21T00:17:06.167216 | GPL-3.0 | false | bd7dbd4d87b8f6f268af0574a71951ef |
# Codacy configuration file for Invoice Ninja\n\nexclude_paths:\n - 'public/css/*'\n - 'public/js/*'\n | dataset_sample\yaml\invoiceninja_invoiceninja\.codacy.yml | .codacy.yml | YAML | 99 | 0.6 | 0.2 | 0.25 | python-kit | 292 | 2023-08-10T17:14:15.311049 | GPL-3.0 | false | 1bcd781c4a069fbaf24f3e05a44fe84d |
ratings:\n paths: \n - "**/*.go"\n\nexclude_paths:\n- test/\n- Godeps/\n- thirdparty/\n- "**/*.pb.go"\n\nengines:\n fixme:\n enabled: true\n config:\n strings:\n - FIXME\n - HACK\n - XXX\n - BUG\n golint:\n enabled: true\n govet:\n enabled: true\n gofmt:\n enabled: true\n\n... | dataset_sample\yaml\ipfs_kubo\.codeclimate.yml | .codeclimate.yml | YAML | 648 | 0.8 | 0 | 0 | react-lib | 346 | 2024-04-12T23:07:58.506569 | Apache-2.0 | false | 13f2acec1deeb1a991f96c342d5b1854 |
linters:\n enable:\n - stylecheck\n\nlinters-settings:\n stylecheck:\n checks:\n - all\n - '-ST1003'\n dot-import-whitelist:\n - github.com/ipfs/kubo/test/cli/testutils\n | dataset_sample\yaml\ipfs_kubo\.golangci.yml | .golangci.yml | YAML | 181 | 0.85 | 0 | 0 | node-utils | 712 | 2023-12-01T08:08:49.412162 | GPL-3.0 | false | dc12e32c6c2e4b012bbd7657557112b1 |
# Notes:\n# - Minimal appveyor.yml file is an empty file. All sections are optional.\n# - Indent each level of configuration with 2 spaces. Do not use tabs!\n# - All section names are case-sensitive.\n# - Section names should be unique on each level.\n\nversion: "{build}"\n\nos: Windows Server 2012 R2\n\nclone_... | dataset_sample\yaml\ipfs_kubo\appveyor.yml | appveyor.yml | YAML | 1,437 | 0.95 | 0.020408 | 0.512195 | vue-tools | 699 | 2024-11-20T00:10:52.857147 | MIT | false | e565db3a2942ef4dc040e81b4a87aa25 |
codecov:\n ci:\n - "!travis-ci.org"\n - "!ci.ipfs.team:8111"\n - "!ci.ipfs.team"\n - "github.com"\n notify:\n require_ci_to_pass: no\n after_n_builds: 2\n\ncoverage:\n range: "50...100"\n\n status:\n project:\n default:\n threshold: 0.2%\n\n patch:\n default:\n thresh... | dataset_sample\yaml\ipfs_kubo\codecov.yml | codecov.yml | YAML | 322 | 0.85 | 0 | 0 | awesome-app | 883 | 2024-02-12T16:15:33.645639 | MIT | false | 06e4222f3ff7e7c8369c622b95d054c5 |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n | dataset_sample\yaml\ipfs_kubo\.github\dependabot.yml | dependabot.yml | YAML | 118 | 0.7 | 0 | 0 | awesome-app | 291 | 2025-02-03T11:03:41.414150 | BSD-3-Clause | false | 4334132ba6bcd78670bf574b6b4236f4 |
name: Bug Report\ndescription: Report a bug in Kubo.\nlabels:\n - kind/bug\n - need/triage\nbody:\n - type: markdown\n attributes:\n value: |\n - Make sure you are running the [latest version of Kubo][releases] before reporting an issue.\n - If you have an enhancement or feature request for Kub... | dataset_sample\yaml\ipfs_kubo\.github\ISSUE_TEMPLATE\bug-report.yml | bug-report.yml | YAML | 2,426 | 0.95 | 0.063492 | 0.04918 | python-kit | 111 | 2024-12-01T01:50:18.213924 | GPL-3.0 | false | 5db99a4642deadc90f735514cef8a887 |
blank_issues_enabled: false\ncontact_links:\n - name: Getting Help on IPFS\n url: https://ipfs.tech/help\n about: All information about how and where to get help on IPFS.\n - name: Kubo configuration reference\n url: https://github.com/ipfs/kubo/blob/master/docs/config.md#readme\n about: Documentation on the di... | dataset_sample\yaml\ipfs_kubo\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 852 | 0.8 | 0 | 0 | awesome-app | 852 | 2025-02-16T01:35:28.778244 | GPL-3.0 | false | 4b7a472edac0223ce18ba4dd2fddf444 |
name: Documentation Issue\ndescription: Report missing, erroneous docs, broken links or propose new Kubo docs.\nlabels:\n - topic/docs-ipfs\n - need/triage\nbody:\n - type: markdown\n attributes:\n value: |\n Problems with documentation on https://docs.ipfs.tech should be reported to https://github.co... | dataset_sample\yaml\ipfs_kubo\.github\ISSUE_TEMPLATE\doc.yml | doc.yml | YAML | 980 | 0.95 | 0.034483 | 0 | react-lib | 824 | 2024-12-17T10:34:26.965690 | GPL-3.0 | false | 1c9b5b6ac99529dea27ef27d83585044 |
name: Enhancement\ndescription: Suggest an improvement to an existing kubo feature.\nlabels:\n - kind/enhancement\nbody:\n - type: markdown\n attributes:\n value: |\n Suggest an enhancement to Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the fo... | dataset_sample\yaml\ipfs_kubo\.github\ISSUE_TEMPLATE\enhancement.yml | enhancement.yml | YAML | 1,465 | 0.95 | 0.090909 | 0.034483 | vue-tools | 455 | 2023-10-21T21:10:17.462024 | BSD-3-Clause | false | b1798e937d289c748f31b4eb996aa169 |
name: Feature\ndescription: Suggest a new feature in Kubo.\nlabels:\n - kind/feature\nbody:\n - type: markdown\n attributes:\n value: |\n Suggest a new feature in Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.tech... | dataset_sample\yaml\ipfs_kubo\.github\ISSUE_TEMPLATE\feature.yml | feature.yml | YAML | 1,521 | 0.95 | 0.058824 | 0.034483 | awesome-app | 649 | 2024-08-05T00:32:27.336606 | MIT | false | 4403bd226db092cd85e93d93377488a4 |
name: Changelog\n\non:\n pull_request:\n types:\n - opened\n - edited\n - synchronize\n - reopened\n - labeled\n - unlabeled\n paths:\n - '**.go'\n - '**/go.mod'\n - '**/go.sum'\n\njobs:\n changelog:\n if: contains(github.event.pull_request.title, '[skip changelog... | dataset_sample\yaml\ipfs_kubo\.github\workflows\changelog.yml | changelog.yml | YAML | 1,229 | 0.8 | 0.051282 | 0 | node-utils | 732 | 2024-12-22T15:19:39.704576 | Apache-2.0 | false | 319543e4fa7120771cb39965fa4b8041 |
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed\nname: CodeQL\n\non:\n workflow_dispatch:\n push:\n branches: [ master ]\n pull_request:\n # The branches below must be a subset o... | dataset_sample\yaml\ipfs_kubo\.github\workflows\codeql-analysis.yml | codeql-analysis.yml | YAML | 1,351 | 0.8 | 0.040816 | 0.075 | python-kit | 33 | 2025-06-25T22:31:34.161786 | BSD-3-Clause | false | 4a1abd479b29bf85158c4eef08c3f38a |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.