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: Periodic pagebench performance test on dedicated EC2 machine in eu-central-1 region\n\non:\n schedule:\n # * is a special character in YAML so you have to quote this string\n # ββββββββββββββ minute (0 - 59)\n # β ββββββββββββββ hour (0 - 23)\n # β β ββββββββββββββ day of the... | dataset_sample\yaml\neondatabase_neon\.github\workflows\periodic_pagebench.yml | periodic_pagebench.yml | YAML | 7,489 | 0.95 | 0.082418 | 0.049689 | awesome-app | 179 | 2025-01-10T11:21:55.460518 | BSD-3-Clause | false | bc195108d956b128dcaf600403384dbb |
name: Test Postgres client libraries\n\non:\n schedule:\n # * is a special character in YAML so you have to quote this string\n # ββββββββββββββ minute (0 - 59)\n # β ββββββββββββββ hour (0 - 23)\n # β β ββββββββββββββ day of the month (1 - 31)\n # β β β βββββββββββββ... | dataset_sample\yaml\neondatabase_neon\.github\workflows\pg-clients.yml | pg-clients.yml | YAML | 8,141 | 0.95 | 0.035242 | 0.029851 | awesome-app | 528 | 2025-02-12T20:15:20.592770 | BSD-3-Clause | false | dfc32415150e498ebcd82fe9a766d61a |
name: 'Pin build-tools image'\n\non:\n workflow_dispatch:\n inputs:\n from-tag:\n description: 'Source tag'\n required: true\n type: string\n force:\n description: 'Force the image to be pinned'\n default: false\n type: boolean\n workflow_call:\n inputs:\n ... | dataset_sample\yaml\neondatabase_neon\.github\workflows\pin-build-tools-image.yml | pin-build-tools-image.yml | YAML | 3,735 | 0.95 | 0.067961 | 0.022222 | react-lib | 176 | 2024-02-15T11:03:52.481587 | Apache-2.0 | false | be222103f2fb3c62077ec0fb59d96ada |
name: Pre-merge checks\n\non:\n pull_request:\n paths:\n - .github/workflows/_check-codestyle-python.yml\n - .github/workflows/_check-codestyle-rust.yml\n - .github/workflows/build-build-tools-image.yml\n - .github/workflows/pre-merge-checks.yml\n merge_group:\n\ndefaults:\n run:\n shell: b... | dataset_sample\yaml\neondatabase_neon\.github\workflows\pre-merge-checks.yml | pre-merge-checks.yml | YAML | 6,607 | 0.95 | 0.067797 | 0.08125 | python-kit | 887 | 2023-09-11T13:32:46.276275 | Apache-2.0 | false | ef6b5f92a4986080b85718333e528ea9 |
name: Regenerate Postgres Settings\n\non:\n pull_request:\n types:\n - opened\n - synchronize\n - reopened\n paths:\n - pgxn/neon/**.c\n - vendor/postgres-v*\n - vendor/revisions.json\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true... | dataset_sample\yaml\neondatabase_neon\.github\workflows\regenerate-pg-setting.yml | regenerate-pg-setting.yml | YAML | 1,284 | 0.8 | 0 | 0 | react-lib | 524 | 2024-11-28T23:03:31.307007 | BSD-3-Clause | false | d3949a2f0f202cc3d9a953264760c892 |
name: Notify Slack channel about upcoming release\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.number }}\n cancel-in-progress: true\n\non:\n pull_request:\n branches:\n - release\n types:\n # Default types that triggers a workflow:\n # - https://docs.github.com/en/actions/usi... | dataset_sample\yaml\neondatabase_neon\.github\workflows\release-notify.yml | release-notify.yml | YAML | 1,098 | 0.8 | 0.029412 | 0.103448 | python-kit | 869 | 2024-08-06T18:13:10.784548 | GPL-3.0 | false | 6f8dbfd94d33677c541f6c867c96b041 |
name: Create Release Branch\n\non:\n schedule:\n # It should be kept in sync with if-condition in jobs\n - cron: '0 6 * * TUE' # Proxy release\n - cron: '0 6 * * FRI' # Storage release\n - cron: '0 7 * * FRI' # Compute release\n workflow_dispatch:\n inputs:\n create-storage-release-branch:\n ... | dataset_sample\yaml\neondatabase_neon\.github\workflows\release.yml | release.yml | YAML | 1,972 | 0.95 | 0.072464 | 0.035088 | react-lib | 966 | 2024-08-29T22:22:39.085822 | GPL-3.0 | false | 2a421d7e672e87d4a8d8504e69396b12 |
name: Report Workflow Stats Batch\n\non:\n schedule:\n - cron: '*/15 * * * *'\n - cron: '25 0 * * *'\n - cron: '25 1 * * 6'\n\npermissions:\n contents: read\n\njobs:\n gh-workflow-stats-batch-2h:\n name: GitHub Workflow Stats Batch 2 hours\n if: github.event.schedule == '*/15 * * * *'\n runs-on: ub... | dataset_sample\yaml\neondatabase_neon\.github\workflows\report-workflow-stats-batch.yml | report-workflow-stats-batch.yml | YAML | 2,349 | 0.8 | 0.084507 | 0 | vue-tools | 972 | 2024-10-21T13:24:08.456363 | Apache-2.0 | false | 76a5a028bf56f575fd601412ce0c4ac3 |
name: Prepare benchmarking databases by restoring dumps\n\non:\n workflow_call:\n # no inputs needed\n\ndefaults:\n run:\n shell: bash -euxo pipefail {0}\n\npermissions:\n contents: read\n\njobs:\n setup-databases:\n permissions:\n contents: write\n statuses: write\n id-token: write # aws-ac... | dataset_sample\yaml\neondatabase_neon\.github\workflows\_benchmarking_preparation.yml | _benchmarking_preparation.yml | YAML | 7,024 | 0.8 | 0.083333 | 0.080745 | awesome-app | 496 | 2023-11-12T12:02:18.877039 | BSD-3-Clause | false | 137880368b78024ccb60ec51beb54b12 |
name: Check Codestyle Python\n\non:\n workflow_call:\n inputs:\n build-tools-image:\n description: 'build-tools image'\n required: true\n type: string\n\ndefaults:\n run:\n shell: bash -euxo pipefail {0}\n\npermissions:\n contents: read\n\njobs:\n check-codestyle-python:\n runs-on... | dataset_sample\yaml\neondatabase_neon\.github\workflows\_check-codestyle-python.yml | _check-codestyle-python.yml | YAML | 1,565 | 0.95 | 0 | 0 | react-lib | 663 | 2023-12-30T14:48:40.480425 | GPL-3.0 | false | a1395da12e53b8d0c97d75af9ca7f1c7 |
name: Check Codestyle Rust\n\non:\n workflow_call:\n inputs:\n build-tools-image:\n description: "build-tools image"\n required: true\n type: string\n archs:\n description: "Json array of architectures to run on"\n type: string\n\n\ndefaults:\n run:\n shell: bash -eu... | dataset_sample\yaml\neondatabase_neon\.github\workflows\_check-codestyle-rust.yml | _check-codestyle-rust.yml | YAML | 3,978 | 0.95 | 0.088235 | 0.137931 | python-kit | 452 | 2024-04-27T23:25:30.178076 | GPL-3.0 | false | 20c2eb08d0969cbdc9841f6e5c83bb98 |
name: Create Release PR\n\non:\n workflow_call:\n inputs:\n component-name:\n description: 'Component name'\n required: true\n type: string\n source-branch:\n description: 'Source branch'\n required: true\n type: string\n secrets:\n ci-access-token:\n ... | dataset_sample\yaml\neondatabase_neon\.github\workflows\_create-release-pr.yml | _create-release-pr.yml | YAML | 3,401 | 0.95 | 0.019417 | 0.078652 | vue-tools | 933 | 2024-08-18T12:46:10.169532 | BSD-3-Clause | false | fb959fba885cfdb7b9997f1cd1770181 |
name: Generate run metadata\non:\n workflow_call:\n inputs:\n github-event-name:\n type: string\n required: true\n github-event-json:\n type: string\n required: true\n outputs:\n build-tag:\n description: "Tag for the current workflow run"\n value: ${{ job... | dataset_sample\yaml\neondatabase_neon\.github\workflows\_meta.yml | _meta.yml | YAML | 7,710 | 0.95 | 0.029586 | 0.0125 | node-utils | 662 | 2024-07-07T08:18:47.279708 | MIT | false | de9577cf3f5cd0f87a4e79d7faacee39 |
name: Push images to Container Registry\non:\n workflow_call:\n inputs:\n # Example: {"docker.io/neondatabase/neon:13196061314":["${{ vars.NEON_DEV_AWS_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_ECR_REGION }}.amazonaws.com/neon:13196061314","neoneastus2.azurecr.io/neondatabase/neon:13196061314"]}\n image-map:\n ... | dataset_sample\yaml\neondatabase_neon\.github\workflows\_push-to-container-registry.yml | _push-to-container-registry.yml | YAML | 5,076 | 0.95 | 0.085938 | 0.017544 | python-kit | 382 | 2025-06-18T17:19:18.296835 | MIT | false | abaca8a9ab1acc2d33aeec45a6f8d532 |
services:\n minio:\n restart: always\n image: quay.io/minio/minio:RELEASE.2022-10-20T00-55-09Z\n ports:\n - 9000:9000\n - 9001:9001\n environment:\n - MINIO_ROOT_USER=minio\n - MINIO_ROOT_PASSWORD=password\n command: server /data --address :9000 --console-address ":9001"\n\n minio_c... | dataset_sample\yaml\neondatabase_neon\docker-compose\docker-compose.yml | docker-compose.yml | YAML | 6,136 | 0.8 | 0.005051 | 0.05291 | awesome-app | 72 | 2023-08-17T07:08:24.528280 | Apache-2.0 | false | 16bb9b0047b53e80971d12cfd1b68f45 |
openapi: "3.0.2"\ninfo:\n title: Page Server API\n description: Neon Pageserver API\n version: "1.0"\n license:\n name: "Apache"\n url: https://github.com/neondatabase/neon/blob/main/LICENSE\nservers:\n - url: ""\npaths:\n /v1/status:\n description: Healthcheck endpoint\n get:\n description: Heal... | dataset_sample\yaml\neondatabase_neon\pageserver\src\http\openapi_spec.yml | openapi_spec.yml | YAML | 40,996 | 0.95 | 0.024199 | 0 | vue-tools | 276 | 2024-01-20T14:09:16.231395 | GPL-3.0 | false | c14edcc499326f5e10ac2f555be0035e |
services:\n clickhouse:\n image: clickhouse/clickhouse-server\n user: "101:101"\n container_name: clickhouse\n hostname: clickhouse\n ports:\n - 127.0.0.1:8123:8123\n - 127.0.0.1:9000:9000\n | dataset_sample\yaml\neondatabase_neon\test_runner\logical_repl\clickhouse\docker-compose.yml | docker-compose.yml | YAML | 207 | 0.7 | 0 | 0 | react-lib | 863 | 2023-10-23T03:10:39.026999 | GPL-3.0 | true | b8e9c5d444e27816835d320a0e8e7570 |
services:\n zookeeper:\n image: quay.io/debezium/zookeeper:2.7\n kafka:\n image: quay.io/debezium/kafka:2.7\n environment:\n ZOOKEEPER_CONNECT: "zookeeper:2181"\n KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092\n KAFKA_BROKER_ID: 1\n KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1\n KAF... | dataset_sample\yaml\neondatabase_neon\test_runner\logical_repl\debezium\docker-compose.yml | docker-compose.yml | YAML | 751 | 0.8 | 0 | 0 | react-lib | 43 | 2024-10-16T04:29:33.338791 | Apache-2.0 | true | ef02093600e41ab850cf325d0fd49052 |
name: Build and Test\n\npermissions:\n checks: write\n contents: read\n\non:\n # Allow manual triggering\n workflow_dispatch:\n # Always run on pull requests\n pull_request:\n # And on `main` when manually pushed or after merges\n paths-ignore:\n - "website/**"\n - ".vscode/**"\n - "**.md"\n ... | dataset_sample\yaml\neovide_neovide\.github\workflows\build.yml | build.yml | YAML | 14,313 | 0.8 | 0.083951 | 0.034884 | python-kit | 445 | 2025-02-04T22:01:14.138683 | BSD-3-Clause | false | 2856345c4a0003e72b465b450b39278c |
name: Lint App\n\npermissions:\n checks: write\n contents: read\n\non:\n workflow_call:\n\nenv:\n CARGO_TERM_COLOR: always\n\njobs:\n rustfmt:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n\n - name: Run rustfmt\n run: cargo fmt --all --check\n | dataset_sample\yaml\neovide_neovide\.github\workflows\lint-app.yml | lint-app.yml | YAML | 272 | 0.7 | 0 | 0 | python-kit | 738 | 2025-01-12T06:39:52.998057 | Apache-2.0 | false | b018cd652b40867e78060f1f681c1660 |
name: Lint Website\n\npermissions:\n contents: read\n\non:\n push:\n paths:\n - ".github/workflows/lint-website.yml"\n - "website/**/*.md"\n pull_request:\n paths:\n - ".github/workflows/lint-website.yml"\n - "website/**/*.md"\n\njobs:\n lint:\n name: Lint website\n runs-on: ubuntu-l... | dataset_sample\yaml\neovide_neovide\.github\workflows\lint-website.yml | lint-website.yml | YAML | 529 | 0.8 | 0 | 0 | react-lib | 812 | 2024-03-14T18:44:44.601414 | Apache-2.0 | false | e2e866fda243f744dc1dd0ff89ddbe65 |
name: Check Frozen Release Builds\n\npermissions:\n contents: read\n\non:\n release:\n types: [published]\n\njobs:\n check-frozen:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n\n - name: Fetch dependencies\n run: cargo fetch\n\n - name: Build\n run: cargo b... | dataset_sample\yaml\neovide_neovide\.github\workflows\release-check-frozen.yml | release-check-frozen.yml | YAML | 314 | 0.7 | 0 | 0 | vue-tools | 505 | 2024-06-22T11:46:08.526667 | GPL-3.0 | false | 81867e7516ad539caf9dc265bc52b713 |
name: Releases\n\npermissions:\n contents: read\n secrets: read\n\non:\n workflow_dispatch:\n inputs:\n logLevel:\n description: "Log level"\n required: true\n default: "warning"\n\njobs:\n snap:\n runs-on: ubuntu-20.04\n\n steps:\n - name: Check out Git repository\n u... | dataset_sample\yaml\neovide_neovide\.github\workflows\release.yml | release.yml | YAML | 740 | 0.85 | 0 | 0 | node-utils | 462 | 2023-12-10T17:33:49.074146 | BSD-3-Clause | false | 9e5eba02d1ec2071c94f06801decb70d |
name: Build and Publish Website\n\non:\n push:\n paths:\n - ".github/workflows/website.yml"\n - "website/**"\n - "!website/README.md"\n\njobs:\n build:\n name: Build Website\n runs-on: ubuntu-latest\n env:\n MDBOOK-VERSION: v0.4.21\n MDBOOK-PAGETOC-VERSION: v0.1.4\n MDBOOK-LI... | dataset_sample\yaml\neovide_neovide\.github\workflows\website.yml | website.yml | YAML | 3,954 | 0.8 | 0.045802 | 0.009091 | node-utils | 926 | 2024-11-12T11:55:03.765203 | BSD-3-Clause | false | 5e57e78c3da0ed3823ccf13fe2eb34c3 |
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n# SPDX-License-Identifier: AGPL-3.0-or-later\ncodecov:\n branch: master\n ci:\n - drone.nextcloud.com\n - '!scrutinizer-ci.com'\n\ncomment: false\n\n# Ignore project status check as our CI only runs PHP tests for PHP PRs and JS tests for JS P... | dataset_sample\yaml\nextcloud_server\codecov.yml | codecov.yml | YAML | 419 | 0.8 | 0.125 | 0.285714 | awesome-app | 112 | 2023-12-30T07:00:51.308683 | GPL-3.0 | false | 03f533d18f0a9b541c1d96aa7093a646 |
version: 5.0.0-{build} # Only change for mayor versions (e.g. 6.0)\nimage:\n - Visual Studio 2022\n - Ubuntu2004\nconfiguration: Release\nbuild: false\ntest: false\nskip_tags: true\nskip_branch_with_pr: true\n\nnuget:\n disable_publish_on_pr: true\n\nmatrix:\n fast_finish: true\n\nfor:\n -\n matrix:\n only... | dataset_sample\yaml\NLog_NLog\appveyor.yml | appveyor.yml | YAML | 1,685 | 0.8 | 0.046875 | 0 | awesome-app | 614 | 2023-12-15T14:15:42.164607 | MIT | false | 0d099d85cc1a9f65b66a7336ce4692d0 |
# Configuration for welcome - https://github.com/behaviorbot/welcome\n\n# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome\n\n# Comment to be posted to on first time issues\nnewIssueWelcomeComment: >\n Hi! Thanks for opening your first issue here! Please make sure to follow the is... | dataset_sample\yaml\NLog_NLog\.github\config.yml | config.yml | YAML | 1,225 | 0.8 | 0.44 | 0.5 | react-lib | 349 | 2023-11-26T15:17:50.096350 | GPL-3.0 | false | d38b96bbdd3a0fd112638a5edb3a0a05 |
version: 2\nupdates:\n\n- package-ecosystem: nuget\n directory: "/tests/NLog.UnitTests"\n schedule:\n interval: daily\n open-pull-requests-limit: 10\n | dataset_sample\yaml\NLog_NLog\.github\dependabot.yml | dependabot.yml | YAML | 149 | 0.7 | 0 | 0 | awesome-app | 112 | 2024-05-17T10:10:01.198458 | BSD-3-Clause | false | 2ee0eb270d0112cdd54fa3444ee61d48 |
merges:\n - action: delete_branch\nlabels:\n 'needs info':\n action: close\n delay: 7 days\n comment: "Please add the requested info, so we could help you better! (This issue will be closed in 7 days)"\n | dataset_sample\yaml\NLog_NLog\.github\ranger.yml | ranger.yml | YAML | 207 | 0.7 | 0 | 0 | python-kit | 58 | 2024-07-29T05:58:07.410626 | Apache-2.0 | false | 2b1a4458f90b71e9df320ce61309c8be |
blank_issues_enabled: false\ncontact_links:\n - name: Have a question β\n url: https://stackoverflow.com/tags/nlog\n about: Use the NLog-tag when asking questions at StackOverflow.com | dataset_sample\yaml\NLog_NLog\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 188 | 0.8 | 0 | 0 | vue-tools | 385 | 2023-10-05T21:34:30.548796 | MIT | false | a210b0ed9b29c3c82927cfbc6f42c634 |
services:\n nopcommerce_web:\n build: .\n container_name: nopcommerce\n ports:\n - "80:80"\n depends_on:\n - nopcommerce_database\n nopcommerce_database:\n image: "mcr.microsoft.com/mssql/server:2019-latest"\n container_name: nopcommerce_mssql_server... | dataset_sample\yaml\nopSolutions_nopCommerce\docker-compose.yml | docker-compose.yml | YAML | 486 | 0.7 | 0 | 0 | node-utils | 292 | 2025-05-19T03:18:06.980832 | MIT | false | 91b9b31c9f1b5c99ac401c202fc9ef64 |
services:\n nopcommerce_web:\n build: .\n container_name: nopcommerce\n ports:\n - "80:80"\n depends_on:\n - nopcommerce_database\n nopcommerce_database:\n image: "mysql:latest"\n container_name: nopcommerce_mysql_server\n restart: "always"\n ... | dataset_sample\yaml\nopSolutions_nopCommerce\mysql-docker-compose.yml | mysql-docker-compose.yml | YAML | 426 | 0.7 | 0 | 0 | react-lib | 835 | 2024-03-05T04:19:06.647916 | MIT | false | ca31bda81ac65f05ffc2a01a3f58e35c |
services:\n nopcommerce_web:\n build: .\n container_name: nopcommerce\n ports:\n - "80:80"\n depends_on:\n - nopcommerce_database\n nopcommerce_database:\n image: "postgres:latest"\n container_name: nopcommerce_postgres_server\n restart: "alwa... | dataset_sample\yaml\nopSolutions_nopCommerce\postgresql-docker-compose.yml | postgresql-docker-compose.yml | YAML | 430 | 0.7 | 0 | 0 | node-utils | 714 | 2024-03-21T05:27:22.380639 | MIT | false | bdc63199a49348a733c364a1b73e7d11 |
codecov:\n notify:\n require_ci_to_pass: no\n after_n_builds: 1\ncoverage:\n status:\n project:\n default:\n informational: true\n patch:\n default:\n informational: true\n changes: false\ncomment: off\n | dataset_sample\yaml\numpy_numpy\.codecov.yml | .codecov.yml | YAML | 230 | 0.85 | 0 | 0 | vue-tools | 710 | 2023-10-13T02:10:20.982990 | GPL-3.0 | false | 03b74b4cea7c1d29de101e463dbbcafb |
trigger:\n # start a new build for every push\n batch: False\n branches:\n include:\n - main\n - maintenance/*\n\n\npr:\n branches:\n include:\n - '*' # must quote since "*" is a YAML reserved character; we want a string\n\n\nstages:\n\n- stage: Check\n jobs:\n - job: Skip\n pool:\n ... | dataset_sample\yaml\numpy_numpy\azure-pipelines.yml | azure-pipelines.yml | YAML | 3,072 | 0.95 | 0.019608 | 0.130435 | react-lib | 727 | 2023-08-10T00:01:20.620102 | GPL-3.0 | false | 2b0e57a764416731da59c6b7dea1124c |
steps:\n- script: git submodule update --init\n displayName: 'Fetch submodules'\n- task: UsePythonVersion@0\n inputs:\n versionSpec: $(PYTHON_VERSION)\n addToPath: true\n architecture: $(PYTHON_ARCH)\n\n- script: python -m pip install --upgrade pip wheel\n displayName: 'Install tools'\n\n- script: python -m... | dataset_sample\yaml\numpy_numpy\azure-steps-windows.yml | azure-steps-windows.yml | YAML | 2,133 | 0.95 | 0.036364 | 0.061224 | awesome-app | 939 | 2024-10-21T03:21:55.940071 | GPL-3.0 | false | 2618a4a65ab26711b596ee584141f212 |
# To use:\n#\n# $ conda env create -f environment.yml # `mamba` works too for this command\n# $ conda activate numpy-dev\n#\nname: numpy-dev\nchannels:\n - conda-forge\ndependencies:\n - python=3.12 # need to pin to avoid issues with builds\n - cython>=3.0\n - compilers\n - openblas\n - nomkl\n - setuptool... | dataset_sample\yaml\numpy_numpy\environment.yml | environment.yml | YAML | 1,092 | 0.8 | 0.019231 | 0.230769 | awesome-app | 792 | 2024-12-21T07:41:49.542851 | Apache-2.0 | false | 7a334534ecbe53140c4981253d99eb4d |
# Python CircleCI 2.1 configuration file\n#\n# Check https://circleci.com/docs/2.1/language-python/ for more details\n#\nversion: 2.1\n\n# Aliases to reuse\n_defaults: &defaults\n docker:\n # CircleCI maintains a library of pre-built images\n # documented at https://circleci.com/developer/images/image/cimg/pytho... | dataset_sample\yaml\numpy_numpy\.circleci\config.yml | config.yml | YAML | 5,311 | 0.95 | 0.040936 | 0.101351 | react-lib | 711 | 2024-04-27T09:33:34.737276 | GPL-3.0 | false | 97a7071a54f3caa09dc7308a77cd5566 |
version: 2\nupdates:\n - package-ecosystem: github-actions\n directory: /\n schedule:\n interval: daily\n commit-message:\n prefix: "MAINT"\n labels:\n - "03 - Maintenance"\n ignore:\n - dependency-name: "bus1/cabuild"\n | dataset_sample\yaml\numpy_numpy\.github\dependabot.yml | dependabot.yml | YAML | 244 | 0.7 | 0 | 0 | node-utils | 411 | 2025-06-26T06:12:13.325666 | GPL-3.0 | false | cdda441ac7c4cb81ecfae2c10f1b23a3 |
"API": "30 - API"\n"BENCH": "28 - Benchmark"\n"BLD": "36 - Build"\n"BUG": "00 - Bug"\n"DEP": "07 - Deprecation"\n"DEV": "16 - Development"\n"DOC": "04 - Documentation"\n"ENH": "01 - Enhancement"\n"MAINT": "03 - Maintenance"\n"MNT": "03 - Maintenance"\n"REL": "14 - Release"\n"REV": "34 - Reversion"\n"STY": "03 - Mainten... | dataset_sample\yaml\numpy_numpy\.github\pr-prefix-labeler.yml | pr-prefix-labeler.yml | YAML | 382 | 0.7 | 0 | 0 | node-utils | 945 | 2024-02-18T12:39:03.864659 | BSD-3-Clause | false | 17f586fa2bfa1514b83947cad48295a8 |
name: Bug report\ndescription: Report a bug. For security vulnerabilities see Report a security vulnerability in the templates.\ntitle: "BUG: <Please write a comprehensive title after the 'BUG: ' prefix>"\nlabels: [00 - Bug]\n\nbody:\n- type: markdown\n attributes:\n value: >\n Thank you for taking the time to... | dataset_sample\yaml\numpy_numpy\.github\ISSUE_TEMPLATE\bug-report.yml | bug-report.yml | YAML | 2,229 | 0.95 | 0.068493 | 0 | awesome-app | 366 | 2023-11-04T00:08:35.428128 | GPL-3.0 | false | 04a89a97decd8617936aaef90b44b3c4 |
contact_links:\n - name: Question/Help/Support\n url: https://numpy.org/gethelp/\n about: "If you have a question, please look at the listed resources available on the website."\n - name: Development-related matters\n url: https://numpy.org/community/\n about: "If you would like to discuss development-rel... | dataset_sample\yaml\numpy_numpy\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 406 | 0.8 | 0 | 0 | node-utils | 921 | 2024-01-07T06:31:28.992427 | Apache-2.0 | false | e7e8a8fe7e6df0be8bd4b11a3ae3292b |
name: Documentation\ndescription: Report an issue related to the NumPy documentation.\ntitle: "DOC: <Please write a comprehensive title after the 'DOC: ' prefix>"\nlabels: [04 - Documentation]\n\nbody:\n- type: textarea\n attributes: \n label: "Issue with current documentation:"\n description: >\n Please ma... | dataset_sample\yaml\numpy_numpy\.github\ISSUE_TEMPLATE\documentation.yml | documentation.yml | YAML | 878 | 0.8 | 0.136364 | 0 | vue-tools | 640 | 2024-04-12T18:00:33.331745 | BSD-3-Clause | false | fb21f349b23ddc836fe766b5841f54ed |
name: Feature request\ndescription: Check instructions for submitting your idea on the mailing list first.\ntitle: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"\n\nbody:\n- type: markdown\n attributes:\n value: >\n If you're looking to request a new feature or change in functionality,\n ... | dataset_sample\yaml\numpy_numpy\.github\ISSUE_TEMPLATE\feature-request.yml | feature-request.yml | YAML | 880 | 0.95 | 0.142857 | 0 | node-utils | 906 | 2025-05-19T14:31:17.643404 | BSD-3-Clause | false | 8bb0d30d46ce7b5a351203abb4686666 |
name: Post-install/importing issue\ndescription: Report an issue if you have trouble importing or using NumPy after installation.\ntitle: "<Please write a comprehensive title here>"\nlabels: [32 - Installation]\n\nbody:\n- type: textarea\n attributes:\n label: "Steps to reproduce:"\n description: >\n Please... | dataset_sample\yaml\numpy_numpy\.github\ISSUE_TEMPLATE\post-install.yml | post-install.yml | YAML | 1,103 | 0.95 | 0.066667 | 0 | react-lib | 195 | 2024-07-26T01:28:03.088654 | Apache-2.0 | false | 5b76bf905c8098973eae9c3e50e51d5c |
name: Static Typing\ndescription: Report an issue with the NumPy typing hints.\ntitle: "TYP: <Please write a comprehensive title after the 'TYP: ' prefix>"\nlabels: [41 - Static typing]\n\nbody:\n- type: markdown\n attributes:\n value: >\n Thank you for taking the time to report this issue.\n Please make ... | dataset_sample\yaml\numpy_numpy\.github\ISSUE_TEMPLATE\typing.yml | typing.yml | YAML | 1,966 | 0.85 | 0.014706 | 0 | react-lib | 60 | 2024-01-31T00:17:59.574727 | BSD-3-Clause | false | dd4c32e0b0c8f88981edd7615fcc7bd7 |
name: MesonBuildTest\ndescription: "checkout repo, build, and test numpy"\nruns:\n using: composite\n steps:\n - name: Build\n shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'\n env:\n TERM: xterm-256color\n PKG_CONFIG_PATH: ./.openblas\n run: |\n echo "::group::Installing ... | dataset_sample\yaml\numpy_numpy\.github\meson_actions\action.yml | action.yml | YAML | 1,146 | 0.85 | 0.026316 | 0 | python-kit | 616 | 2024-04-09T11:00:39.400949 | MIT | false | c8c75062fec32b51af1f350befe38486 |
# To enable this workflow on a fork, comment out:\n#\n# if: github.repository == 'numpy/numpy'\n\nname: CircleCI artifact redirector\n\non: [status]\n\npermissions: read-all\n\njobs:\n circleci_artifacts_redirector_job:\n runs-on: ubuntu-latest\n if: "github.repository == 'numpy/numpy' && !contains(github.event.... | dataset_sample\yaml\numpy_numpy\.github\workflows\circleci.yml | circleci.yml | YAML | 893 | 0.8 | 0.08 | 0.142857 | vue-tools | 136 | 2025-01-08T20:32:41.472269 | Apache-2.0 | false | 67b2c0a806473815cb7cbed44d54a389 |
# For most projects, this workflow file will not need changing; you simply need\n# to commit it to your repository.\n#\n# You may wish to alter this file to override the set of languages analyzed,\n# or to provide custom queries or build logic.\n#\n# ******** NOTE ********\n# We have attempted to detect the languages i... | dataset_sample\yaml\numpy_numpy\.github\workflows\codeql.yml | codeql.yml | YAML | 2,774 | 0.8 | 0.053333 | 0.421875 | vue-tools | 151 | 2024-12-07T12:34:11.316944 | Apache-2.0 | false | 4bcb9538f739cc9c2ffdf2094310dbb5 |
name: Test with compiler sanitizers\n\non:\n push:\n branches:\n - main\n pull_request:\n branches:\n - main\n - maintenance/**\n\ndefaults:\n run:\n shell: bash\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n cancel-in-progress: true\n\npermissions... | dataset_sample\yaml\numpy_numpy\.github\workflows\compiler_sanitizers.yml | compiler_sanitizers.yml | YAML | 4,820 | 0.95 | 0.015504 | 0.073171 | node-utils | 5 | 2024-01-05T11:00:10.635497 | GPL-3.0 | false | 8b62869981dfd5cb558d5659a6c82ed6 |
name: Test on Cygwin\non:\n pull_request:\n branches:\n - main\n - maintenance/**\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n cancel-in-progress: true\n\npermissions:\n contents: read # to fetch code (actions/checkout)\n\njobs:\n cygwin_build_test:\n ru... | dataset_sample\yaml\numpy_numpy\.github\workflows\cygwin.yml | cygwin.yml | YAML | 3,232 | 0.8 | 0.061728 | 0.025641 | react-lib | 789 | 2025-04-22T07:24:45.677360 | Apache-2.0 | false | 5cfeda9a4949b05d1c7c29b4b4ff3ab9 |
# Dependency Review Action\n#\n# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked ... | dataset_sample\yaml\numpy_numpy\.github\workflows\dependency-review.yml | dependency-review.yml | YAML | 1,087 | 0.95 | 0.041667 | 0.272727 | vue-tools | 873 | 2024-01-15T04:55:46.486611 | GPL-3.0 | false | 8b1254b818fbbb463f3a22013a7b30b9 |
name: Test Emscripten/Pyodide build\n\non:\n pull_request:\n branches:\n - main\n - maintenance/**\n # Note: this workflow gets triggered on the same schedule as the\n # wheels.yml workflow to upload WASM wheels to Anaconda.org.\n schedule:\n # ββββββββββββββ minute (0 - 59)\n # β ... | dataset_sample\yaml\numpy_numpy\.github\workflows\emscripten.yml | emscripten.yml | YAML | 3,054 | 0.95 | 0.058824 | 0.171053 | react-lib | 831 | 2024-01-18T21:43:29.473302 | GPL-3.0 | false | 5cc06ff84cfee6c4bfdb7aff6e35a76a |
name: "Pull Request Labeler"\non:\n pull_request_target:\n types: [opened]\n\npermissions: {}\n\njobs:\n pr-labeler:\n runs-on: ubuntu-latest\n permissions:\n pull-requests: write # to add labels\n steps:\n - name: Label the PR\n uses: gerrymanoim/pr-prefix-labeler@c8062327f6de59a9ae1c19f7f0... | dataset_sample\yaml\numpy_numpy\.github\workflows\labeler.yml | labeler.yml | YAML | 462 | 0.8 | 0.052632 | 0 | awesome-app | 828 | 2024-06-24T23:55:32.001920 | BSD-3-Clause | false | 3e9578c3a4c6482867374c785b1856d0 |
name: Linux tests\n\n# This file is meant for testing across supported Python versions, build types\n# and interpreters (PyPy, python-dbg, a pre-release Python in summer time),\n# build-via-sdist, run benchmarks, measure code coverage, and other build\n# options.\n\non:\n push:\n branches:\n # coverage compari... | dataset_sample\yaml\numpy_numpy\.github\workflows\linux.yml | linux.yml | YAML | 14,107 | 0.95 | 0.043367 | 0.063014 | python-kit | 229 | 2024-11-22T19:02:53.616999 | Apache-2.0 | false | 464663471eb4878bec584800237bedbc |
name: BLAS tests (Linux)\n\n# This file is meant for testing different BLAS/LAPACK flavors and build\n# options on Linux. All other yml files for Linux will only test without BLAS\n# (mostly because that's easier and faster to build) or with the same 64-bit\n# OpenBLAS build that is used in the wheel jobs.\n#\n# Jobs a... | dataset_sample\yaml\numpy_numpy\.github\workflows\linux_blas.yml | linux_blas.yml | YAML | 14,136 | 0.95 | 0.04878 | 0.144092 | react-lib | 343 | 2025-01-08T01:24:35.386296 | GPL-3.0 | false | 774cdc87bcd597d84c12614bbe51d248 |
name: Test musllinux_x86_64\n\non:\n pull_request:\n branches:\n - main\n - maintenance/**\n\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n cancel-in-progress: true\n\n\npermissions:\n contents: read # to fetch code (actions/checkout)\n\n\njobs:\n musllinux_x... | dataset_sample\yaml\numpy_numpy\.github\workflows\linux_musl.yml | linux_musl.yml | YAML | 2,065 | 0.95 | 0.057971 | 0.113208 | react-lib | 129 | 2025-05-04T02:04:09.132893 | MIT | false | 6dadce1ceae9246022449c7f7d772ef2 |
name: Linux SIMD tests\n\n# This file is meant for testing different SIMD-related build options and\n# optimization levels. See `meson_options.txt` for the available build options.\n#\n# Jobs and their purposes:\n#\n# - baseline_only:\n# Focuses on completing as quickly as possible and acts as a filter for other, mor... | dataset_sample\yaml\numpy_numpy\.github\workflows\linux_simd.yml | linux_simd.yml | YAML | 10,312 | 0.95 | 0.038062 | 0.120155 | vue-tools | 689 | 2023-11-12T01:37:00.325307 | GPL-3.0 | false | 89589504ce7fd378c14eb877d357a2d1 |
name: macOS tests\n\non:\n pull_request:\n branches:\n - main\n - maintenance/**\n\n\npermissions:\n contents: read # to fetch code (actions/checkout)\n\nenv:\n CCACHE_DIR: "${{ github.workspace }}/.ccache"\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n can... | dataset_sample\yaml\numpy_numpy\.github\workflows\macos.yml | macos.yml | YAML | 5,238 | 0.95 | 0.042683 | 0.051095 | node-utils | 869 | 2025-04-18T11:09:20.492189 | MIT | false | d0547b0daf49047f7d5d7601328ef32b |
name: Run MyPy\n\n# Mypy is too slow to run as part of regular CI. The purpose of the jobs in\n# this file is to cover running Mypy across:\n#\n# - OSes: Linux, Windows and macOS\n# - Python versions: lowest/highest supported versions, and an intermediate one\n#\n# The build matrix aims for sparse coverage across t... | dataset_sample\yaml\numpy_numpy\.github\workflows\mypy.yml | mypy.yml | YAML | 2,137 | 0.95 | 0.040541 | 0.208955 | vue-tools | 278 | 2025-06-24T18:08:40.301894 | Apache-2.0 | false | 7db5012ba95fa56cdd73841550d34cac |
name: Run mypy_primer\n\non:\n # Only run on PR, since we diff against main\n pull_request:\n paths:\n - "**/*.pyi"\n - ".github/workflows/mypy_primer.yml"\n - ".github/workflows/mypy_primer_comment.yml"\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n canc... | dataset_sample\yaml\numpy_numpy\.github\workflows\mypy_primer.yml | mypy_primer.yml | YAML | 3,392 | 0.95 | 0.050505 | 0.044444 | vue-tools | 312 | 2024-06-05T20:05:38.391098 | Apache-2.0 | false | b82b3f2125424a9270a8175dc5ce82cd |
name: Comment with mypy_primer diff\n\non:\n workflow_run:\n workflows:\n - Run mypy_primer\n types:\n - completed\n\npermissions:\n contents: read\n pull-requests: write\n\njobs:\n comment:\n name: Comment PR from mypy_primer\n runs-on: ubuntu-latest\n if: ${{ github.event.workflow_run.con... | dataset_sample\yaml\numpy_numpy\.github\workflows\mypy_primer_comment.yml | mypy_primer_comment.yml | YAML | 3,902 | 0.95 | 0.048544 | 0.033708 | python-kit | 252 | 2023-10-27T20:40:28.503584 | MIT | false | 029d8fec938e65e42b21ab9769864269 |
name: Scorecards supply-chain security\non:\n # For Branch-Protection check. Only the default branch is supported. See\n # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection\n branch_protection_rule:\n # To guarantee Maintained check is occasionally updated. See\n # https://github.com/oss... | dataset_sample\yaml\numpy_numpy\.github\workflows\scorecards.yml | scorecards.yml | YAML | 2,039 | 0.8 | 0.018182 | 0.265306 | react-lib | 986 | 2023-12-23T01:57:26.040353 | BSD-3-Clause | false | 39ac1868e5b37bdeeb8d757e440ce451 |
# Workflow to build and test wheels.\n# To work on the wheel building infrastructure on a fork, comment out:\n#\n# if: github.repository == 'numpy/numpy'\n#\n# in the get_commit_message job. Be sure to include [wheel build] in your commit\n# message to trigger the build. All files related to wheel building are located\... | dataset_sample\yaml\numpy_numpy\.github\workflows\wheels.yml | wheels.yml | YAML | 12,683 | 0.95 | 0.09589 | 0.274074 | node-utils | 494 | 2024-12-01T13:13:17.483924 | MIT | false | cfc8b72b4646e12bade95e2e35c45179 |
name: Windows tests\n\non:\n pull_request:\n branches:\n - main\n - maintenance/**\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n cancel-in-progress: true\n\npermissions:\n contents: read # to fetch code (actions/checkout)\n\njobs:\n python64bit_openblas:\n ... | dataset_sample\yaml\numpy_numpy\.github\workflows\windows.yml | windows.yml | YAML | 4,173 | 0.95 | 0.052632 | 0.063636 | python-kit | 242 | 2024-04-12T13:56:01.006943 | Apache-2.0 | false | 41ba264f73667d18ed2258af4f18c7d4 |
name: Windows Arm64\n\non:\n workflow_dispatch:\n\nenv:\n python_version: 3.12\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n cancel-in-progress: true\n\npermissions:\n contents: read # to fetch code (actions/checkout)\n\njobs:\n windows_arm:\n runs-on: windows-2019\n... | dataset_sample\yaml\numpy_numpy\.github\workflows\windows_arm64.yml | windows_arm64.yml | YAML | 7,674 | 0.95 | 0.081731 | 0.206897 | react-lib | 590 | 2023-12-22T11:59:20.996968 | MIT | false | 9f44e0b9d3e7d7dcf1d47ccc913359c6 |
modified_clone: &MODIFIED_CLONE\n # makes sure that for a PR the CI runs against a merged main\n clone_script: |\n if [ -z "$CIRRUS_PR" ]; then\n # if you're not in a PR then clone against the branch name that was pushed to.\n git clone --recursive --branch=$CIRRUS_BRANCH https://x-access-token:${CIRRUS_... | dataset_sample\yaml\numpy_numpy\tools\ci\cirrus_arm.yml | cirrus_arm.yml | YAML | 2,441 | 0.95 | 0.073529 | 0.157895 | python-kit | 9 | 2024-05-31T15:01:29.644001 | MIT | false | 5639b7c874a5de4181bbabdc68ac658a |
# To get started with Dependabot version updates, you'll need to specify which\n# package ecosystems to update and where the package manifests are located.\n# Please see the documentation for all configuration options:\n# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-upd... | dataset_sample\yaml\nushell_nushell\.github\dependabot.yml | dependabot.yml | YAML | 1,631 | 0.95 | 0.075 | 0.384615 | react-lib | 996 | 2023-12-12T18:34:49.083329 | BSD-3-Clause | false | 53687f843463289eeb5ce4f8ea42312e |
# A bot for automatically labelling pull requests \n# See https://github.com/actions/labeler\n\ndataframe:\n - changed-files:\n - any-glob-to-any-file:\n - crates/nu_plugin_polars/**\n\nstd-library:\n - changed-files:\n - any-glob-to-any-file:\n - crates/nu-std/**\n\nci:\n - changed-files:\n - any... | dataset_sample\yaml\nushell_nushell\.github\labeler.yml | labeler.yml | YAML | 836 | 0.8 | 0.025 | 0.121212 | react-lib | 645 | 2023-10-25T04:31:15.020949 | Apache-2.0 | false | 95d47bf7a9e2a6bd4a8e416470b9aa3c |
name: Bug Report\ndescription: Create a report to help us improve\nlabels: ["needs-triage"]\nbody: \n - type: textarea\n id: description\n attributes:\n label: Describe the bug\n description: Thank you for your bug report.\n validations:\n required: true\n - type: textarea\n id: repro\n ... | dataset_sample\yaml\nushell_nushell\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 3,343 | 0.85 | 0.02 | 0 | awesome-app | 346 | 2024-03-07T11:51:01.776367 | GPL-3.0 | false | a70d04056f2de0fc66d1a66359df5f19 |
name: Feature Request\ndescription: "When you want a new feature for something that doesn't already exist"\nlabels: ["needs-triage", "enhancement"]\nbody:\n - type: textarea\n id: problem\n attributes:\n label: Related problem\n description: Thank you for your feature request.\n placeholder: |\n ... | dataset_sample\yaml\nushell_nushell\.github\ISSUE_TEMPLATE\feature_request.yml | feature_request.yml | YAML | 1,163 | 0.85 | 0.057143 | 0 | awesome-app | 256 | 2023-08-29T17:48:17.314873 | BSD-3-Clause | false | 796932cc75dcc6fe375f22187eb42349 |
name: Question\ndescription: "When you have a question to ask"\nlabels: "question"\nbody:\n - type: textarea\n id: problem\n attributes:\n label: Question\n description: Leave your question here\n placeholder: |\n A clear and concise question\n Example: Is there any equivalent of bas... | dataset_sample\yaml\nushell_nushell\.github\ISSUE_TEMPLATE\question.yml | question.yml | YAML | 629 | 0.85 | 0.047619 | 0 | python-kit | 564 | 2024-06-14T17:02:30.314017 | BSD-3-Clause | false | bcc90556caf1a6a2478a52b52c8212f8 |
name: Security audit\non:\n pull_request:\n paths:\n - '**/Cargo.toml'\n - '**/Cargo.lock'\n push:\n branches:\n - main\n\nenv:\n RUST_BACKTRACE: 1\n CARGO_TERM_COLOR: always\n CLICOLOR: 1\n\njobs:\n security_audit:\n runs-on: ubuntu-latest\n # Prevent sudden announcement of a new advisor... | dataset_sample\yaml\nushell_nushell\.github\workflows\audit.yml | audit.yml | YAML | 498 | 0.8 | 0 | 0.043478 | vue-tools | 358 | 2024-04-27T06:08:06.777714 | MIT | false | 74b5b22eb83f0421a05c52f1362ffddc |
on:\n pull_request:\n push:\n branches:\n - main\n - 'patch-release-*'\n\nname: continuous-integration\n\nenv:\n NUSHELL_CARGO_PROFILE: ci\n NU_LOG_LEVEL: DEBUG\n # If changing these settings also change toolkit.nu\n CLIPPY_OPTIONS: "-D warnings -D clippy::unwrap_used -D clippy::unchecked_duration_su... | dataset_sample\yaml\nushell_nushell\.github\workflows\ci.yml | ci.yml | YAML | 7,234 | 0.8 | 0.04717 | 0.081871 | awesome-app | 149 | 2023-11-10T06:12:19.562683 | GPL-3.0 | false | 4e16617c8b79c7eb9647b283a404de8f |
# Automatically labels PRs based on the configuration file\n# you are probably looking for π `.github/labeler.yml`\nname: Label PRs\n\non:\n - pull_request_target\n\njobs:\n triage:\n permissions:\n contents: read\n pull-requests: write\n runs-on: ubuntu-latest\n if: github.repository_owner == 'nu... | dataset_sample\yaml\nushell_nushell\.github\workflows\labels.yml | labels.yml | YAML | 453 | 0.8 | 0.111111 | 0.117647 | react-lib | 753 | 2024-04-18T06:55:38.603446 | GPL-3.0 | false | d83f7bfbf4d953286e011cd7bb08176a |
# Description:\n# - Add milestone to a merged PR automatically\n# - Add milestone to a closed issue that has a merged PR fix (if any)\n\nname: Milestone Action\non:\n issues:\n types: [closed]\n pull_request_target:\n types: [closed]\n\njobs:\n update-milestone:\n runs-on: ubuntu-latest\n name: Miles... | dataset_sample\yaml\nushell_nushell\.github\workflows\milestone.yml | milestone.yml | YAML | 828 | 0.8 | 0.166667 | 0.148148 | react-lib | 606 | 2025-04-01T20:09:53.725012 | MIT | false | 867798d50e0f360d731be4d0a3875c94 |
#\n# REF:\n# 1. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude\n# 2. https://github.com/JasonEtco/create-an-issue\n# 3. https://docs.github.com/en/actions/learn-github-actions/variables\n# 4. https://github.com/actions/github-script\n#\nname... | dataset_sample\yaml\nushell_nushell\.github\workflows\nightly-build.yml | nightly-build.yml | YAML | 7,378 | 0.95 | 0.082569 | 0.105528 | node-utils | 89 | 2024-01-12T11:01:13.379131 | GPL-3.0 | false | 3d32b28cb215e3a76059983e4c247544 |
#\n# REF:\n# 1. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude\n#\nname: Create Release Draft\n\non:\n workflow_dispatch:\n push:\n tags:\n - '[0-9]+.[0-9]+.[0-9]+*'\n - '!*nightly*' # Don't trigger release for nightly tags\n\ndefa... | dataset_sample\yaml\nushell_nushell\.github\workflows\release.yml | release.yml | YAML | 3,816 | 0.8 | 0.022222 | 0.056911 | node-utils | 338 | 2024-09-18T22:20:24.303913 | Apache-2.0 | false | 8273ce6567f40f2c5f27823b6cd7a758 |
name: Typos\non: [pull_request]\n\njobs:\n run:\n name: Spell Check with Typos\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Actions Repository\n uses: actions/checkout@v4.1.7\n\n - name: Check spelling\n uses: crate-ci/typos@v1.31.1\n | dataset_sample\yaml\nushell_nushell\.github\workflows\typos.yml | typos.yml | YAML | 263 | 0.7 | 0 | 0 | vue-tools | 646 | 2025-04-28T09:20:00.872508 | Apache-2.0 | false | 6332c5ee523f8ffb2b0a6cf0c6d4908d |
name: Submit Nushell package to Windows Package Manager Community Repository\n\non:\n release:\n types: [released]\n workflow_dispatch:\n inputs:\n tag_name:\n description: 'Specific tag name'\n required: true\n type: string\n\njobs:\n\n winget:\n name: Publish winget package\n ... | dataset_sample\yaml\nushell_nushell\.github\workflows\winget-submission.yml | winget-submission.yml | YAML | 915 | 0.95 | 0 | 0.076923 | node-utils | 588 | 2023-10-08T09:37:28.633740 | BSD-3-Clause | false | 2d98c4a855424977939fef8816ceeae9 |
image: Visual Studio 2017\n\nenvironment:\n global:\n PROJECT_NAME: nushell\n RUST_BACKTRACE: 1\n matrix:\n - TARGET: x86_64-pc-windows-msvc\n CHANNEL: nightly\n BITS: 64\n\ninstall:\n - set PATH=C:\msys64\mingw%BITS%\bin;C:\msys64\usr\bin;%PATH%\n - curl -sSf -o rustup-init.exe https://win.rustu... | dataset_sample\yaml\nushell_nushell\tests\fixtures\formats\appveyor.yml | appveyor.yml | YAML | 816 | 0.8 | 0.032258 | 0.12 | awesome-app | 174 | 2023-08-05T11:34:39.833380 | Apache-2.0 | true | a4cd3e2f0b09195932bc6d7292c248bb |
configured_endpoints: 97\nopenapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-8b68ae6b807dca92e914da1dd9e835a20f69b075e79102a264367fd7fddddb33.yml\nopenapi_spec_hash: b6ade5b1a6327339e6669e1134de2d03\nconfig_hash: b597cd9a31e9e5ec709e2eefb4c54122\n | dataset_sample\yaml\openai_openai-python\.stats.yml | .stats.yml | YAML | 285 | 0.8 | 0 | 0 | awesome-app | 771 | 2025-04-21T00:11:34.356661 | Apache-2.0 | false | 45b0edcdf554f8b6df6c9088378df6b7 |
version: 0.2\n\nphases:\n install:\n runtime-versions:\n php: 7.3\n commands:\n - composer install\n post_build:\n commands:\n # Do not remove this statement. This command is required for AWS CodeStar projects.\n # Update the AWS Partition, AWS Region, account ID and project ID in the pro... | dataset_sample\yaml\opencart_opencart\buildspec.yml | buildspec.yml | YAML | 660 | 0.95 | 0.055556 | 0.125 | node-utils | 105 | 2023-08-21T20:02:49.540735 | Apache-2.0 | false | 86980759a3df3b0bc22e9b553a301a9d |
preserve_hierarchy: 1\nfiles:\n - source: upload/admin/language/en-gb/**/*.php\n translation: admin/**/%file_name%.%file_extension%\n - source: upload/catalog/language/en-gb/**/*.php\n translation: catalog/**/%file_name%.%file_extension%\n - source: upload/install/language/en-gb/**/*.php\n translation: inst... | dataset_sample\yaml\opencart_opencart\crowdin.yml | crowdin.yml | YAML | 637 | 0.8 | 0 | 0 | node-utils | 134 | 2025-05-09T06:22:08.037121 | BSD-3-Clause | false | 94ee3d47170174c106f917ad2f36171f |
version: '3'\nservices:\n opencart:\n build: tools\n user: 1000:1000\n ports:\n - "80:80"\n volumes:\n - ./upload:/var/www/html\n depends_on:\n - mysql\n command: >\n bash -c "if [ ! -f /var/www/html/install.lock ]; then\n wait-for-it mysql:3306 -t 60 &&\n ... | dataset_sample\yaml\opencart_opencart\docker-compose.yml | docker-compose.yml | YAML | 1,333 | 0.8 | 0.04 | 0 | awesome-app | 415 | 2024-11-06T01:15:10.723119 | Apache-2.0 | false | 1ee3b1afe87c95788ce145f90f3e6c4c |
stages:\n - test\n - build\n - publish\n - optional\n\nimage: ${REGISTRY}/parity-ci-linux:latest\n\nvariables:\n GIT_STRATEGY: fetch\n GIT_SUBMODULE_STRATEGY: recursive\n GIT_DEPTH: 3\n CI_SERVER_NAME: "GitLab CI"\n ... | dataset_sample\yaml\openethereum_parity-ethereum\.gitlab-ci.yml | .gitlab-ci.yml | YAML | 11,313 | 0.8 | 0.002809 | 0.006289 | python-kit | 249 | 2024-03-25T08:37:46.976305 | MIT | false | 10eacf3b448d288ee5d72e101dea2e3c |
sudo: false\nlanguage: rust\nbranches:\n only:\n - master\nmatrix:\n fast_finish: false\n include:\n - rust: stable\n - rust: beta\n - rust: nightly\nafter_success: |\n [ $TRAVIS_BRANCH = master ] &&\n [ $TRAVIS_PULL_REQUEST = false ] &&\n [ $TRAVIS_RUST_VERSION = stable ] &&\n cargo doc --no-deps --verbose ... | dataset_sample\yaml\openethereum_parity-ethereum\accounts\ethkey\.travis.yml | .travis.yml | YAML | 1,282 | 0.95 | 0 | 0 | vue-tools | 962 | 2024-12-05T01:51:02.240717 | BSD-3-Clause | false | 1ac81846c833fa30d553ba8823115302 |
sudo: false\nlanguage: rust\nbranches:\n only:\n - master\nmatrix:\n fast_finish: false\n include:\n - rust: stable\n - rust: beta\n - rust: nightly\nafter_success: |\n [ $TRAVIS_BRANCH = master ] &&\n [ $TRAVIS_PULL_REQUEST = false ] &&\n [ $TRAVIS_RUST_VERSION = stable ] &&\n cargo doc --no-deps --verbose ... | dataset_sample\yaml\openethereum_parity-ethereum\accounts\ethstore\.travis.yml | .travis.yml | YAML | 1,282 | 0.95 | 0 | 0 | python-kit | 566 | 2024-01-12T19:31:01.315323 | BSD-3-Clause | false | 42289ccb9d2da36feb10097cfdb22593 |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n labels:\n - "π€ Dependencies" | dataset_sample\yaml\openobserve_openobserve\.github\dependabot.yml | dependabot.yml | YAML | 157 | 0.7 | 0 | 0 | awesome-app | 769 | 2023-08-17T23:16:26.439945 | GPL-3.0 | false | 0f4cb1d764f2d27c30495b4b35d6599f |
name: Security audit\non:\n push:\n\njobs:\n security_audit:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: taiki-e/install-action@v2\n with:\n tool: cargo-audit\n - name: run cargo audit\n run: cargo audit\n | dataset_sample\yaml\openobserve_openobserve\.github\workflows\audit-checker.yml | audit-checker.yml | YAML | 267 | 0.7 | 0 | 0 | awesome-app | 857 | 2024-03-23T00:12:55.489631 | GPL-3.0 | false | 6547fa47af8c86a742da9e02243d0b06 |
name: "Licenses checker"\non:\n push:\n paths:\n - "**/Cargo.lock"\n - "**/Cargo.toml"\n - "deny.toml"\n - ".github/workflows/cargo-deny.yml" # run when this file changes, so we know nothing is broken\n\njobs:\n check:\n runs-on: ubicloud-standard-8\n timeout-minutes: 10\n steps:\n ... | dataset_sample\yaml\openobserve_openobserve\.github\workflows\cargo-deny.yml | cargo-deny.yml | YAML | 480 | 0.8 | 0 | 0.055556 | python-kit | 933 | 2024-06-11T02:54:04.221994 | Apache-2.0 | false | 1381865a3b485926785f4f836ff98512 |
name: initiate_enterprise_build\n\non:\n pull_request:\n branches:\n - "*"\nenv:\n GITHUB_HEAD_SHA: ${{ github.event.pull_request.head.sha }}\n\njobs:\n initiate_enterprise_build:\n if: ${{ github.event.pull_request.head.repo.fork == false }} # Only run for PRs which are not from forks\n runs-on: ubunt... | dataset_sample\yaml\openobserve_openobserve\.github\workflows\dispatch-event-enterprise.yml | dispatch-event-enterprise.yml | YAML | 1,538 | 0.8 | 0.046512 | 0.025641 | awesome-app | 590 | 2023-11-09T05:27:14.007929 | GPL-3.0 | false | e85b098cd4b6e152cc031f93466c7682 |
name: "JS Licenses checker"\n\non:\n push:\n branches:\n - "main"\n pull_request:\n branches:\n - "*"\n\njobs:\n js-license-check:\n runs-on: ubicloud-standard-8\n timeout-minutes: 10\n steps:\n - name: Checkout latest code\n uses: actions/checkout@v4\n - uses: actions/setup... | dataset_sample\yaml\openobserve_openobserve\.github\workflows\js-license-checker.yml | js-license-checker.yml | YAML | 1,274 | 0.7 | 0.051282 | 0 | vue-tools | 250 | 2025-06-29T10:54:35.917003 | Apache-2.0 | false | e6379082ce00c119f894bfb24eba2567 |
name: "PR Title Checker"\non:\n pull_request_target:\n types: [opened, reopened, synchronize]\n\njobs:\n check:\n runs-on: ubuntu-latest\n timeout-minutes: 10\n steps:\n - uses: thehanimo/pr-title-checker@v1.4.3\n with:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n pass_on_oc... | dataset_sample\yaml\openobserve_openobserve\.github\workflows\pr-title-checker.yml | pr-title-checker.yml | YAML | 395 | 0.7 | 0 | 0 | react-lib | 954 | 2024-12-10T11:30:30.787084 | GPL-3.0 | false | 48360e8fe36a879bf8ab620d7aac6f87 |
on:\n push:\n tags:\n - "v*.*.*"\nname: Release\nenv:\n RUST_TOOLCHAIN: nightly-2025-03-02\njobs:\n build:\n name: Build binary\n strategy:\n matrix:\n include:\n - arch: x86_64-unknown-linux-gnu\n os: ubuntu-2204-8-cores\n features: "--features mimalloc"\n ... | dataset_sample\yaml\openobserve_openobserve\.github\workflows\release.yml | release.yml | YAML | 6,953 | 0.8 | 0.080645 | 0.035714 | vue-tools | 732 | 2024-11-17T01:03:02.768414 | BSD-3-Clause | false | 178cbf0e3b324aa1c50d002c6178e23e |
name: Delete Spam Comments\n\non:\n issue_comment:\n types: [created, edited]\n\njobs:\n delete_mediafire_comments:\n runs-on: ubicloud-standard-8\n steps:\n - name: Check for Mediafire in comments\n uses: actions/github-script@v7\n with:\n private-key: ${{ secrets.PRIVATE_KEY }}\... | dataset_sample\yaml\openobserve_openobserve\.github\workflows\spam-cleaner.yml | spam-cleaner.yml | YAML | 1,086 | 0.8 | 0.064516 | 0.035714 | python-kit | 219 | 2023-12-07T09:05:47.536436 | MIT | false | ffcb701dc3d07f0f5671968f4beb66ba |
version: '3'\nservices:\n pyroscope:\n image: pyroscope/pyroscope:latest\n environment:\n - PYROSCOPE_LOG_LEVEL=debug\n ports:\n - '4040:4040'\n command:\n - 'server'\n | dataset_sample\yaml\openobserve_openobserve\benchmarks\pyroscope\docker-compose.yml | docker-compose.yml | YAML | 186 | 0.7 | 0 | 0 | awesome-app | 267 | 2024-04-09T21:38:25.330037 | MIT | false | 69c16c7f5e56f799e1433d242c355fd3 |
version: 0.2\n\nphases:\n pre_build:\n commands:\n - aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/zinclabs\n - docker login --username openobserve --password $DOCKER_HUB_ACCESS_TOKEN\n\n build:\n commands:\n # Increase swap fil... | dataset_sample\yaml\openobserve_openobserve\deploy\build\buildspec-arm.yml | buildspec-arm.yml | YAML | 3,267 | 0.8 | 0.032787 | 0.25 | python-kit | 519 | 2024-01-13T03:26:09.412094 | Apache-2.0 | false | c2a3e1f68481e71d2fefed22426bfd9f |
version: 0.2\n\nphases:\n pre_build:\n commands:\n - aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/zinclabs\n\n build:\n commands:\n # Increase swap file size\n - fallocate -l 32G /swapfile\n - chmod 600 /swapfile\n - ... | dataset_sample\yaml\openobserve_openobserve\deploy\build\buildspec-profiling.yml | buildspec-profiling.yml | YAML | 1,428 | 0.8 | 0.028571 | 0.1 | python-kit | 276 | 2025-02-04T16:48:47.364887 | GPL-3.0 | false | ac73baa166524ecc1d2679ca22bc63b2 |
version: 0.2\n\nphases:\n pre_build:\n commands:\n - aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/zinclabs\n - docker login --username openobserve --password $DOCKER_HUB_ACCESS_TOKEN\n\n build:\n commands:\n # Increase swap fil... | dataset_sample\yaml\openobserve_openobserve\deploy\build\buildspec-tag-amd64.yml | buildspec-tag-amd64.yml | YAML | 6,512 | 0.8 | 0.055556 | 0.11828 | node-utils | 429 | 2023-11-07T18:29:49.029131 | Apache-2.0 | false | c94dbbe993a78353c98fe5b2052a004b |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.