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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
language: ruby\nrvm:\n - 2.2.5\n - 2.3.1\nenv:\n matrix:\n - "RAILS_VERSION=4.2.7.1"\n - "RAILS_VERSION=5.0.0.1"\n | dataset_sample\yaml\forem_forem\vendor\cache\acts_as_follower-06393d3693a1\.travis.yml | .travis.yml | YAML | 115 | 0.7 | 0 | 0 | node-utils | 950 | 2024-08-28T23:23:38.409132 | GPL-3.0 | false | bc5d3c96597ac5f5994af76b3982be31 |
test:\n adapter: sqlite3\n database: ':memory:'\ndevelopment:\n adapter: sqlite3\n database: ':memory:'\n\n | dataset_sample\yaml\forem_forem\vendor\cache\acts_as_follower-06393d3693a1\test\dummy30\config\database.yml | database.yml | YAML | 104 | 0.7 | 0 | 0 | python-kit | 813 | 2025-06-02T22:03:10.920916 | Apache-2.0 | true | be623883981177b1d1676e3b40b29958 |
# Sample localization file for English. Add more files in this directory for other locales.\n# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.\n\nen:\n hello: "Hello world"\n | dataset_sample\yaml\forem_forem\vendor\cache\acts_as_follower-06393d3693a1\test\dummy30\config\locales\en.yml | en.yml | YAML | 213 | 0.8 | 0.6 | 0.5 | react-lib | 190 | 2025-03-13T10:15:17.889630 | MIT | true | db4b902854e3f164eca50f0beba9bea7 |
name: Bug report\ndescription: File a bug report\nlabels: ["T-bug", "T-needs-triage"]\nbody:\n - type: markdown\n attributes:\n value: |\n Please ensure that the bug has not already been filed in the issue tracker.\n\n Thanks for taking the time to report this bug!\n - type... | dataset_sample\yaml\foundry-rs_foundry\.github\ISSUE_TEMPLATE\BUG-FORM.yml | BUG-FORM.yml | YAML | 1,828 | 0.85 | 0.052632 | 0 | python-kit | 939 | 2024-01-11T17:54:47.203399 | GPL-3.0 | false | 710fdb2e6fa235de826b6866d218999b |
blank_issues_enabled: true\ncontact_links:\n - name: Support\n url: https://t.me/foundry_support\n about: This issue tracker is only for bugs and feature requests. Support is available on Telegram!\n | dataset_sample\yaml\foundry-rs_foundry\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 207 | 0.8 | 0.2 | 0 | awesome-app | 848 | 2025-05-16T19:27:20.636759 | MIT | false | 788e9e20d05872bfb9cf717ba3f82b4b |
name: Feature request\ndescription: Suggest a feature\nlabels: ["T-feature", "T-needs-triage"]\nbody:\n - type: markdown\n attributes:\n value: |\n Please ensure that the feature has not already been requested in the issue tracker.\n\n Thanks for helping us improve Foundry!\n ... | dataset_sample\yaml\foundry-rs_foundry\.github\ISSUE_TEMPLATE\FEATURE-FORM.yml | FEATURE-FORM.yml | YAML | 1,070 | 0.85 | 0.088235 | 0 | awesome-app | 422 | 2023-11-21T01:41:18.311919 | MIT | false | e7c57b0e14403a8ad16ed2a4cecc4d84 |
# Daily CI job to update forge-std version used for tests if new release has been published\n\nname: bump-forge-std\n\non:\n schedule:\n - cron: "0 0 * * *"\n workflow_dispatch:\n\njobs:\n update-tag:\n name: update forge-std tag\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n ... | dataset_sample\yaml\foundry-rs_foundry\.github\workflows\bump-forge-std.yml | bump-forge-std.yml | YAML | 891 | 0.8 | 0.12 | 0.045455 | react-lib | 99 | 2024-02-13T20:50:12.855624 | GPL-3.0 | false | 66c21b5f0855addf4f0682272126ca35 |
# Runs `cargo update` periodically.\n\nname: dependencies\n\non:\n schedule:\n # Run weekly\n - cron: "0 0 * * SUN"\n workflow_dispatch:\n # Needed so we can run it manually\n\npermissions:\n contents: write\n pull-requests: write\n\njobs:\n update:\n uses: ithacaxyz/ci/.github/workflows/cargo-update-p... | dataset_sample\yaml\foundry-rs_foundry\.github\workflows\dependencies.yml | dependencies.yml | YAML | 368 | 0.8 | 0 | 0.1875 | node-utils | 753 | 2025-03-29T00:57:15.690425 | GPL-3.0 | false | abbd5fa5d9e857a32a74a849c85b7135 |
name: docker\n\non:\n # Trigger without any parameters a proactive rebuild\n workflow_dispatch: {}\n workflow_call:\n inputs:\n tag_name:\n required: true\n type: string\n\nenv:\n REGISTRY: ghcr.io\n # Will resolve to foundry-rs/foundry\n IMAGE_NAME: ${{ github.repository }}\n\njobs:\n buil... | dataset_sample\yaml\foundry-rs_foundry\.github\workflows\docker-publish.yml | docker-publish.yml | YAML | 3,140 | 0.95 | 0.0375 | 0.164384 | vue-tools | 703 | 2025-05-21T01:09:05.387382 | GPL-3.0 | false | d19db70f73ecb13776a18b28e0463577 |
name: release\n\non:\n push:\n tags:\n - "stable"\n - "rc"\n - "rc-*"\n - "v*.*.*"\n schedule:\n - cron: "0 6 * * *"\n workflow_dispatch:\n\nenv:\n CARGO_TERM_COLOR: always\n IS_NIGHTLY: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}\n PROFILE: maxperf... | dataset_sample\yaml\foundry-rs_foundry\.github\workflows\release.yml | release.yml | YAML | 11,392 | 0.95 | 0.058632 | 0.063604 | python-kit | 255 | 2024-03-02T13:31:15.503104 | GPL-3.0 | false | 4f72c1f7538424bd20e58df14d4a7802 |
version: "3.9"\n\nservices:\n fuel-core:\n build: \n context: . \n dockerfile: deployment/Dockerfile\n image: fuel-core\n ports:\n - "4000:4000"\n volumes:\n - db:/mnt/db\nvolumes:\n db:\n | dataset_sample\yaml\FuelLabs_fuel-core\docker-compose.yml | docker-compose.yml | YAML | 208 | 0.7 | 0 | 0 | node-utils | 786 | 2024-04-09T06:07:00.555338 | BSD-3-Clause | false | 8b1372049199fcebd20839d4562e63c1 |
name: CI\n\non:\n workflow_dispatch:\n push:\n branches:\n - master\n pull_request:\n types: [opened, synchronize, reopened, labeled, unlabeled]\n release:\n types: [published]\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress:... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\ci.yml | ci.yml | YAML | 17,504 | 0.95 | 0.065263 | 0.036613 | vue-tools | 307 | 2025-01-21T19:38:29.212691 | Apache-2.0 | false | ef2500be193c2ab85ebb00694caf2751 |
name: Create version\n\non:\n workflow_dispatch:\n pull_request:\n types: [opened, synchronize, reopened, labeled, unlabeled]\n\njobs:\n create_version:\n permissions:\n contents: write\n pull-requests: write\n runs-on: ubuntu-latest\n if: ${{ github.event.label.name == 'pr release' }}\n\n s... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\create_version.yml | create_version.yml | YAML | 4,040 | 0.8 | 0.087379 | 0.087912 | node-utils | 177 | 2024-09-01T02:25:59.656815 | MIT | false | a35e40d952184b49cbf00b7826708823 |
# Automatically run `cargo update` periodically\n\n---\nname: Bump dependencies in Cargo.lock\non:\n schedule:\n # Run weekly\n - cron: '0 0 * * Sun'\n workflow_dispatch:\n # Needed so we can run it manually\npermissions:\n contents: read\ndefaults:\n run:\n shell: bash\nenv:\n # So cargo doesn't complai... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\dependencies.yml | dependencies.yml | YAML | 3,509 | 0.8 | 0.069565 | 0.078431 | python-kit | 82 | 2024-04-15T10:27:36.848364 | GPL-3.0 | false | fefb87ed0c39be2fc5ef988d37cbb453 |
name: Docker Images\n\non:\n workflow_dispatch:\n push:\n branches:\n - master\n release:\n types: [ published ]\n\nenv:\n GIT_BRANCH: ${{ github.head_ref || github.ref_name }}\n GIT_REPO_OWNER: ${{ github.repository_owner }}\n GIT_REPO: ${{ github.repository }}\n GIT_REPO_NAME: ${{ github.event.repos... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\docker-images.yml | docker-images.yml | YAML | 14,828 | 0.8 | 0.016509 | 0.010638 | python-kit | 971 | 2025-04-12T02:48:17.215420 | BSD-3-Clause | false | b5b9c7926d3f6ff69ed432de7df882d3 |
name: Nightly Gas Costs Benchmark\n\non:\n schedule:\n - cron: "0 0 * * *"\n workflow_dispatch:\n inputs:\n create_pr:\n description: "Create a pull request with the benchmark results"\n required: true\n default: "false"\n\nenv:\n GIT_REPO: ${{ github.repository }}\n GIT_REPO_NAME: $... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\nightly-benchmark.yml | nightly-benchmark.yml | YAML | 3,588 | 0.95 | 0.01 | 0.023256 | react-lib | 196 | 2024-01-23T01:57:29.262041 | Apache-2.0 | false | 0b85b19622623ff4725c604006d7c427 |
name: Nightly Cargo Audit\n\non:\n schedule:\n - cron: '0 0 * * *'\n\njobs:\n cargo_audit:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: actions-rs/audit-check@v1\n with:\n token: ${{ secrets.GITHUB_TOKEN }}\n | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\nightly-cargo-audit.yml | nightly-cargo-audit.yml | YAML | 260 | 0.7 | 0 | 0 | awesome-app | 368 | 2025-07-07T14:46:25.687830 | Apache-2.0 | false | e98501456d122f91664da3a29e6f5c71 |
name: Publish Codecov Report\n\non:\n workflow_dispatch:\n\nenv:\n GIT_BRANCH: ${{ github.head_ref || github.ref_name }}\n GIT_REPO_OWNER: ${{ github.repository_owner }}\n GIT_REPO: ${{ github.repository }}\n GIT_REPO_NAME: ${{ github.event.repository.name }}\n AWS_ROLE_ARN: arn:aws:iam::024848458133:role/github_... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\publish-codecov.yml | publish-codecov.yml | YAML | 2,197 | 0.8 | 0.032787 | 0 | react-lib | 798 | 2025-01-19T17:51:28.696143 | MIT | false | c1a34bb2afa4e2132dd3e92a9c3134f6 |
name: Notify downstream repos\n\non:\n push:\n branches:\n - master\n\njobs:\n\n notify:\n runs-on: ubuntu-latest\n env:\n DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }} \n steps:\n - uses: actions/checkout@v4\n - run: |\n git clone https://github.com/FuelLabs/releasy && cd releasy && ... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\releasy-dependency-commits.yml | releasy-dependency-commits.yml | YAML | 570 | 0.8 | 0 | 0 | awesome-app | 859 | 2024-09-20T01:34:12.930397 | GPL-3.0 | false | 8b405cf6b923fe4b2845a9bdb787b13a |
name: Spellcheck\n\non:\n pull_request:\n\njobs:\n find-typos:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout repository\n uses: actions/checkout@v3\n\n - name: Check spelling\n uses: crate-ci/typos@master\n with:\n config: .typos.toml | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\spellcheck.yml | spellcheck.yml | YAML | 262 | 0.7 | 0 | 0 | react-lib | 757 | 2024-03-10T06:45:31.035052 | BSD-3-Clause | false | 4f80e5fafc58369c47d6f2e682bd04ca |
name: Update README Network Versions\non:\n schedule:\n - cron: '0 * * * *' # Runs every hour at the 0th minute\n workflow_dispatch: # Allows manual triggering\n\njobs:\n check-and-update:\n runs-on: ubuntu-latest\n permissions:\n contents: write\n pull-requests: write\n\n steps:\n - na... | dataset_sample\yaml\FuelLabs_fuel-core\.github\workflows\update_readme_versions.yml | update_readme_versions.yml | YAML | 5,043 | 0.8 | 0.067797 | 0.05 | python-kit | 554 | 2024-10-15T10:39:58.313041 | GPL-3.0 | false | 999c36b5c2c8cc9f71029a67c6cda716 |
name: Update READMEs and download links from GitHub profile page\n\non: \n repository_dispatch:\n workflow_dispatch:\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n\n - name: Dispatch trigger\n run: |\n git config --global user.email "github-actions@github.... | dataset_sample\yaml\getlantern_lantern\.github\workflows\mirror.yml | mirror.yml | YAML | 788 | 0.8 | 0 | 0.047619 | awesome-app | 798 | 2024-06-12T13:14:39.261080 | BSD-3-Clause | false | c1b85aa1b1c83bec438d6b2acb58c4af |
language: node_js\nnode_js:\n - "0.10"\n\n#before_script:\n# - npm install --quiet karma karma-jasmine\n# - ./scripts/web-server.js > /dev/null &\n# - sleep 1 # give server time to start\n#\n#script:\n# - ./node_modules/karma/bin/karma start config/karma.conf.js --no-auto-watch --single-run --reporters=dots\n# - ... | dataset_sample\yaml\getlantern_lantern\archive\lantern-ui\.travis.yml | .travis.yml | YAML | 438 | 0.8 | 0 | 0.615385 | vue-tools | 342 | 2024-01-08T00:14:26.759660 | MIT | false | 2a6f73e3b0d7d0c66335eb4a9aeca260 |
language: node_js\nnode_js:\n - '0.10'\nbefore_script:\n - 'npm install -g grunt-cli'\n - 'npm install -g bower'\n - 'bower install'\nscript: grunt test\nafter_script: "npm install coveralls@2.10.0 && cat ./coverage/*/lcov.info | coveralls" | dataset_sample\yaml\getlantern_lantern\archive\lantern-ui\app\bower_components\angular-local-storage\.travis.yml | .travis.yml | YAML | 236 | 0.8 | 0 | 0 | node-utils | 785 | 2023-09-25T22:31:19.781412 | Apache-2.0 | false | 796e0b63e0609f86137f87eba7ea4caf |
language: node_js\n node_js:\n - "0.8"\n - "0.10"\n\n before_install:\n - export DISPLAY=:99.0\n - sh -e /etc/init.d/xvfb start\n - npm install -g karma bower grunt-cli\n - bower install\n - npm install\n\n script: "grunt"\n | dataset_sample\yaml\getlantern_lantern\archive\lantern-ui\app\bower_components\angular-ui-select2\.travis.yml | .travis.yml | YAML | 221 | 0.7 | 0 | 0 | awesome-app | 842 | 2024-06-17T01:24:50.172901 | MIT | false | f3d07291d16c73be87d94bc7536b7c5c |
language: node_js\nnode_js:\n - '0.10'\nbefore_script:\n - 'npm install -g bower grunt-cli'\n - 'bower install' | dataset_sample\yaml\getlantern_lantern\archive\lantern-ui\app\bower_components\ngclipboard\.travis.yml | .travis.yml | YAML | 109 | 0.7 | 0 | 0 | node-utils | 84 | 2023-11-22T00:29:18.406440 | GPL-3.0 | false | 2354144a1465c1163988f62b3a2654c2 |
language: node_js\n node_js:\n - "0.10"\n\n before_script:\n - export DISPLAY=:99.0\n - sh -e /etc/init.d/xvfb start\n - npm install --quiet -g grunt-cli karma\n - npm install\n\n script: grunt | dataset_sample\yaml\getlantern_lantern\archive\lantern-ui\app\bower_components\ui-bootstrap\.travis.yml | .travis.yml | YAML | 190 | 0.7 | 0 | 0 | react-lib | 440 | 2024-12-26T22:15:57.745634 | Apache-2.0 | false | 7f6c44a67527e3ee4c645528332bb3ed |
language: go\ngo: 1.2\ninstall:\n - go get -v code.google.com/p/go.tools/cmd/cover\nscript:\n - go test -v -tags=disableunsafe ./spew\n - go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov\nafter_success:\n - go get -v github.com/mattn/goveralls\n - export PATH=$PATH:$HOME/gopath/... | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\davecgh\go-spew\.travis.yml | .travis.yml | YAML | 376 | 0.7 | 0 | 0 | vue-tools | 937 | 2024-03-16T22:06:14.088343 | GPL-3.0 | false | 8cb07cdbe01951da83b3aa36d753f302 |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/balancer\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\balancer\.travis.yml | .travis.yml | YAML | 301 | 0.7 | 0 | 0 | node-utils | 118 | 2025-06-07T23:40:39.606554 | GPL-3.0 | false | 0b187f3a08fb80b64604952a6daeb98a |
# This references the default golang container from\n# the Docker Hub: https://registry.hub.docker.com/u/library/golang/\n# If you want Google's container you would reference google/golang\n# Read more about containers on our dev center\n# http://devcenter.wercker.com/docs/containers/index.html\nbox: golang:1.6.2\n# Th... | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\borda\wercker.yml | wercker.yml | YAML | 2,270 | 0.8 | 0 | 0.253521 | awesome-app | 754 | 2023-08-16T23:16:19.178733 | Apache-2.0 | false | a93e60f6ee0c3e99bbc3afd602c5fdfb |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/buuid | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\buuid\.travis.yml | .travis.yml | YAML | 297 | 0.7 | 0 | 0 | python-kit | 107 | 2024-11-25T16:59:12.976570 | Apache-2.0 | false | 708c538cef782d221b96d7f20caf5ecc |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/bytecounting | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\bytecounting\.travis.yml | .travis.yml | YAML | 304 | 0.7 | 0 | 0 | awesome-app | 199 | 2023-10-27T00:35:57.378313 | Apache-2.0 | false | 652f82b7196ff75891bf3e906386860f |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/byteexec | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\byteexec\.travis.yml | .travis.yml | YAML | 300 | 0.7 | 0 | 0 | python-kit | 717 | 2024-01-25T13:44:44.614322 | MIT | false | a89b26d0a73271254f95b2048cc57b12 |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/chained | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\chained\.travis.yml | .travis.yml | YAML | 299 | 0.7 | 0 | 0 | vue-tools | 543 | 2024-07-07T04:25:39.988853 | BSD-3-Clause | false | b198028e8f1667c421ee33869d71c3fc |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/connpool\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\connpool\.travis.yml | .travis.yml | YAML | 301 | 0.7 | 0 | 0 | awesome-app | 863 | 2023-12-29T08:17:58.869849 | MIT | false | 7cdfd38ebde840e8b65fafada29c92d2 |
language: go\n\ngo:\n - 1.6.2\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - go test -race -v -covermode=atomic -coverprofile=profile.cov\n - $HOME/gopath/bin/gov... | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\context\.travis.yml | .travis.yml | YAML | 358 | 0.7 | 0 | 0 | vue-tools | 952 | 2024-01-20T08:36:55.724943 | MIT | false | 2c40c518bddb8f009e35e9891abaf545 |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/deepcopy | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\deepcopy\.travis.yml | .travis.yml | YAML | 300 | 0.7 | 0 | 0 | vue-tools | 937 | 2025-02-16T09:36:29.172279 | GPL-3.0 | false | b5ce9ab5135e5b8d9ed31ffd4cdc869a |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/fdcount | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\fdcount\.travis.yml | .travis.yml | YAML | 299 | 0.7 | 0 | 0 | node-utils | 695 | 2024-08-15T13:44:43.705162 | BSD-3-Clause | false | af6f04f76865272abe9a1cc21076f44e |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/flashlight\n -... | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\flashlight\.travis.yml | .travis.yml | YAML | 396 | 0.7 | 0 | 0 | python-kit | 323 | 2024-07-03T10:34:53.012197 | GPL-3.0 | false | 7c0c12af9961c5ac442b8c6b62273c4f |
language: go\n\ngo:\n - 1.6.2\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/fronted\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\fronted\.travis.yml | .travis.yml | YAML | 300 | 0.7 | 0 | 0 | react-lib | 200 | 2024-08-16T01:19:44.968418 | Apache-2.0 | false | 340fba3f3f2bcdfd307206b8e136fa2b |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/golog | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\golog\.travis.yml | .travis.yml | YAML | 297 | 0.7 | 0 | 0 | vue-tools | 997 | 2023-10-22T01:50:07.315813 | Apache-2.0 | false | 499428d24efc965454131dfa9066cf09 |
language: go\ngo:\n- 1.6.2\ninstall:\n- curl https://s3-eu-west-1.amazonaws.com/uaalto/go1.6.2_lantern_20160503_linux_amd64.tar.gz | tar -xz -C /tmp\n- rm -Rf $GOROOT\n- mv /tmp/go $GOROOT\n- go get golang.org/x/tools/cmd/cover\n- go get -v github.com/axw/gocov/gocov\n- go get -v github.com/mattn/goveralls\n- go get -t... | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\http-proxy\.travis.yml | .travis.yml | YAML | 629 | 0.8 | 0 | 0 | react-lib | 788 | 2024-09-11T07:40:20.422173 | Apache-2.0 | false | 02015d083036bd6493a726ff09fcf5b9 |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/idletiming | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\idletiming\.travis.yml | .travis.yml | YAML | 302 | 0.7 | 0 | 0 | awesome-app | 156 | 2024-10-13T12:22:47.913013 | MIT | false | 67ad4d0d9e930ee51e42411821d62c74 |
language: go\ngo:\n - 1.2\nbefore_install:\n- go get github.com/onsi/ginkgo/...\n- go get github.com/onsi/gomega/...\n- go install github.com/onsi/ginkgo/ginkgo\nscript: PATH=$PATH:$HOME/gopath/bin ginkgo -r .\nbranches:\n only:\n - master\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\jibber_jabber\.travis.yml | .travis.yml | YAML | 233 | 0.7 | 0 | 0 | python-kit | 654 | 2024-01-18T12:49:49.312739 | MIT | false | 29a509edafdf4eab4234cec2773ce5cf |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/keyman\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\keyman\.travis.yml | .travis.yml | YAML | 299 | 0.7 | 0 | 0 | node-utils | 964 | 2024-11-09T13:35:37.596392 | MIT | false | 9cca37718d3483408433e976a585b3dc |
language: go\ngo:\n- 1.6\ninstall:\n- go get golang.org/x/tools/cmd/cover\n- go get -v github.com/mattn/goveralls\n- go get -t\nscript:\n- GOPATH=`pwd`:$GOPATH go test -race -v -tags="headless" -covermode=atomic -coverprofile=profile.cov\nafter_success:\n- GOPATH=`pwd`:$GOPATH $HOME/gopath/bin/goveralls -coverprofile=p... | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\measured\.travis.yml | .travis.yml | YAML | 340 | 0.7 | 0 | 0 | python-kit | 457 | 2024-10-13T12:49:36.086149 | BSD-3-Clause | false | d8b86d7d57e2781978d90cb533d96f4f |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/pathreflect | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\pathreflect\.travis.yml | .travis.yml | YAML | 303 | 0.7 | 0 | 0 | awesome-app | 637 | 2025-06-28T22:42:09.995549 | BSD-3-Clause | false | 1aac4129225ab44b57b77c76b8fe654e |
language: go\n\ngo:\n - 1.3\n\nbefore_install:\n - sudo pip install codecov\n\ninstall:\n - go get code.google.com/p/go.tools/cmd/cover\n - go get github.com/stretchr/testify/assert\n\nscript:\n - go test -v -coverprofile=coverage.txt -covermode=count\n\nafter_success:\n - codecov\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\rotator\.travis.yml | .travis.yml | YAML | 272 | 0.7 | 0 | 0 | node-utils | 582 | 2024-02-03T08:23:50.117301 | GPL-3.0 | false | ba29c6599eb16039803a2b81b1b57b15 |
language: go\n\ngo:\n - 1.0.3\n - 1.1.2\n - 1.2.2\n - 1.3.3\n - 1.4.3\n - 1.5.3\n - release\n - tip\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\stack\.travis.yml | .travis.yml | YAML | 114 | 0.7 | 0 | 0 | vue-tools | 674 | 2024-06-02T03:25:31.534472 | BSD-3-Clause | false | d5e587ad45f0362f684c88d58fb575aa |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/tlsdialer | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\tlsdialer\.travis.yml | .travis.yml | YAML | 301 | 0.7 | 0 | 0 | node-utils | 845 | 2024-02-02T22:12:08.462146 | MIT | false | 14972a572edd57fa7b089fc38f7d8527 |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/waitforserver | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\waitforserver\.travis.yml | .travis.yml | YAML | 305 | 0.7 | 0 | 0 | vue-tools | 580 | 2025-05-15T08:02:26.567919 | Apache-2.0 | false | 2083564c3e2396cd5de594c6b59e1d7a |
language: go\n\ngo:\n - 1.4.1\n\ninstall:\n - go get -d -t -v ./...\n - go build -v ./...\n - go get golang.org/x/tools/cmd/cover\n - go get -v github.com/axw/gocov/gocov\n - go get -v github.com/mattn/goveralls\n\nscript:\n - $HOME/gopath/bin/goveralls -v -service travis-ci github.com/getlantern/withtimeout | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\getlantern\withtimeout\.travis.yml | .travis.yml | YAML | 303 | 0.7 | 0 | 0 | awesome-app | 635 | 2024-01-17T21:28:52.123929 | MIT | false | be55f8fe19a70a82b9f88bfcc5711d83 |
language: go\nsudo: false\n\nmatrix:\n include:\n - go: 1.3\n - go: 1.4\n - go: 1.5\n - go: 1.6\n - go: tip\n\ninstall:\n - go get golang.org/x/tools/cmd/vet\n\nscript:\n - go get -t -v ./...\n - diff -u <(echo -n) <(gofmt -d .)\n - go tool vet .\n - go test -v -race ./...\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\gorilla\context\.travis.yml | .travis.yml | YAML | 277 | 0.7 | 0 | 0 | react-lib | 108 | 2024-11-17T00:40:27.018755 | Apache-2.0 | false | 880c485124aca16f7ed47224bea82cbf |
language: go\nsudo: false\n\nmatrix:\n include:\n - go: 1.2\n - go: 1.3\n - go: 1.4\n - go: 1.5\n - go: 1.6\n - go: tip\n\ninstall:\n - go get golang.org/x/tools/cmd/vet\n\nscript:\n - go get -t -v ./...\n - diff -u <(echo -n) <(gofmt -d .)\n - go vet .\n - go test -v -race ./...\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\gorilla\websocket\.travis.yml | .travis.yml | YAML | 286 | 0.7 | 0 | 0 | react-lib | 465 | 2024-12-06T21:09:57.716976 | BSD-3-Clause | false | ccce04be38a257e43bef10008f3502b9 |
language: go\n\ngo:\n - 1.2\n - 1.3\n - 1.4\n - 1.5\n\nscript:\n - ./validate.sh\n\n# this should give us faster builds according to \n# http://docs.travis-ci.com/user/migrating-from-legacy/\nsudo: false\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\rcrowley\go-metrics\.travis.yml | .travis.yml | YAML | 206 | 0.8 | 0 | 0.181818 | awesome-app | 191 | 2024-04-17T02:26:12.562058 | GPL-3.0 | false | d5bc773b9583efd81c7ef75dc5fbf48a |
language: go\n\nsudo: false\n\ngo:\n - 1.1\n - 1.2\n - 1.3\n - 1.4\n - 1.5\n - 1.6\n - tip\n\nscript:\n - go test -v ./...\n | dataset_sample\yaml\getlantern_lantern\archive\src\github.com\stretchr\testify\.travis.yml | .travis.yml | YAML | 117 | 0.7 | 0 | 0 | python-kit | 725 | 2024-02-23T07:47:04.754401 | Apache-2.0 | true | 94cb5f45dc3e20c08735512237f4fd3e |
language: go\nscript: make testall\nsudo: false\ngo:\n - 1.5\n - 1.4\n - 1.3\n - 1.2\ninstall:\n - go get github.com/onsi/ginkgo github.com/onsi/gomega\n - mkdir -p $GOPATH/src/gopkg.in/bsm\n - mv $GOPATH/src/github.com/bsm/ratelimit $GOPATH/src/gopkg.in/bsm/ratelimit.v1\n - cd $GOPATH/src/gopkg.in/bsm/ratelimi... | dataset_sample\yaml\getlantern_lantern\archive\src\gopkg.in\bsm\ratelimit.v1\.travis.yml | .travis.yml | YAML | 313 | 0.7 | 0 | 0 | vue-tools | 943 | 2024-05-05T20:59:27.686262 | MIT | false | 5c4fc70048c026bea5d67cda6bc6a25b |
sudo: false\nlanguage: go\n\nservices:\n - redis-server\n\ngo:\n - 1.5\n - 1.6\n - tip\n\nmatrix:\n allow_failures:\n - go: tip\n\ninstall:\n - go get gopkg.in/bsm/ratelimit.v1\n - go get github.com/onsi/ginkgo\n - go get github.com/onsi/gomega\n - go get github.com/garyburd/redigo/redis\n - mkdir -p $HOME... | dataset_sample\yaml\getlantern_lantern\archive\src\gopkg.in\redis.v3\.travis.yml | .travis.yml | YAML | 448 | 0.7 | 0 | 0 | node-utils | 495 | 2023-10-07T17:45:50.184267 | Apache-2.0 | false | 7dd430df6e307542df195b2a1db64a54 |
coverage:\n status:\n project:\n default:\n informational: true\n if_ci_failed: success\n patch:\n default:\n informational: true\n if_ci_failed: success\ncomment: false\ngithub_checks:\n annotations: false\n | dataset_sample\yaml\gfx-rs_wgpu\codecov.yml | codecov.yml | YAML | 243 | 0.7 | 0 | 0 | awesome-app | 243 | 2025-05-09T06:24:54.128639 | BSD-3-Clause | false | 4d4441c4d4d2cdbf32cb0666178749ee |
blank_issues_enabled: false\ncontact_links:\n - name: Question about wgpu\n url: https://github.com/gfx-rs/wgpu/discussions/new\n about: Any questions about how to use wgpu should go here.\n | dataset_sample\yaml\gfx-rs_wgpu\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 192 | 0.8 | 0 | 0 | python-kit | 47 | 2023-10-10T13:33:35.676493 | Apache-2.0 | false | ce6abb6e2919a536b40bbe152df18da7 |
name: CI\n\non:\n push:\n branches-ignore: [\n # We don't need to run on renovate PRs.\n "renovate/**",\n # This is the branch the merge queue creates.\n "gh-readonly-queue/**",\n ]\n tags: [v0.*]\n pull_request:\n merge_group:\n\nenv:\n #\n # Dependency versioning\n #\n\n ... | dataset_sample\yaml\gfx-rs_wgpu\.github\workflows\ci.yml | ci.yml | YAML | 26,279 | 0.95 | 0.043995 | 0.168639 | vue-tools | 677 | 2025-06-29T05:12:25.814834 | MIT | false | 89f45ef65ad2c04c5ed9434642faf7a0 |
name: Docs\n\non:\n pull_request:\n paths:\n - ".github/workflows/docs.yml"\n push:\n branches:\n - trunk\n\nenv:\n # This is the MSRV used by `wgpu` itself and all surrounding infrastructure.\n REPO_MSRV: "1.84"\n\n CARGO_INCREMENTAL: false\n CARGO_TERM_COLOR: always\n RUST_BACKTRACE: full\n\njo... | dataset_sample\yaml\gfx-rs_wgpu\.github\workflows\docs.yml | docs.yml | YAML | 1,488 | 0.8 | 0.015625 | 0.018868 | node-utils | 109 | 2023-08-23T17:54:59.010020 | GPL-3.0 | false | be350e3b2bf83fe1e83625ac55eda598 |
name: cargo-generate\n\non:\n push:\n branches: ["*"]\n tags: [v0.*]\n pull_request:\n merge_group:\n\nenv:\n #\n # Dependency versioning\n #\n\n # This is the MSRV used by `wgpu` itself and all surrounding infrastructure.\n REPO_MSRV: "1.84"\n RUSTFLAGS: -D warnings\n\njobs:\n cargo-generate:\n time... | dataset_sample\yaml\gfx-rs_wgpu\.github\workflows\generate.yml | generate.yml | YAML | 1,941 | 0.8 | 0.0125 | 0.092308 | node-utils | 298 | 2024-12-02T13:55:31.243034 | GPL-3.0 | false | e6dd1061ebc0821b240d29738efb9f82 |
# Lazy jobs running on trunk post merges.\nname: Lazy\non:\n pull_request:\n paths:\n - '.github/workflows/lazy.yml'\n push:\n branches: [trunk]\n\nenv:\n CARGO_INCREMENTAL: false\n CARGO_TERM_COLOR: always\n RUST_BACKTRACE: full\n\njobs:\n parse-dota2:\n name: "Validate Shaders: Dota2"\n runs-on... | dataset_sample\yaml\gfx-rs_wgpu\.github\workflows\lazy.yml | lazy.yml | YAML | 4,741 | 0.8 | 0.058065 | 0.015152 | awesome-app | 271 | 2024-06-10T13:34:29.186277 | BSD-3-Clause | false | 57f91612a06ea8a922858d5b041b6940 |
name: Publish\n\non:\n pull_request:\n paths:\n - '.github/workflows/publish.yml'\n push:\n branches:\n - trunk\n\nenv:\n CARGO_INCREMENTAL: false\n CARGO_TERM_COLOR: always\n RUST_BACKTRACE: full\n\njobs:\n publish:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout repo\n use... | dataset_sample\yaml\gfx-rs_wgpu\.github\workflows\publish.yml | publish.yml | YAML | 1,677 | 0.7 | 0.015385 | 0 | node-utils | 233 | 2024-11-13T11:26:09.382035 | GPL-3.0 | false | 8f53c84e74c229c4833a32b7ee786ce5 |
name: Shaders\n\non:\n push:\n branches-ignore: [\n # We don't need to run on renovate PRs.\n "renovate/**",\n # This is the branch the merge queue creates.\n "gh-readonly-queue/**",\n ]\n tags: [v0.*]\n pull_request:\n merge_group:\n\nenv:\n # Sourced from https://vulkan.luna... | dataset_sample\yaml\gfx-rs_wgpu\.github\workflows\shaders.yml | shaders.yml | YAML | 4,121 | 0.8 | 0 | 0.108333 | react-lib | 338 | 2024-01-08T02:36:14.464916 | Apache-2.0 | false | 968a4aad67e5ba9cdf2ecf497a7f8b6d |
version: 2\n\nupdates:\n - package-ecosystem: 'github-actions'\n directory: '/'\n schedule:\n interval: 'weekly'\n\n - package-ecosystem: 'npm'\n directory: '/'\n schedule:\n interval: 'weekly'\n ignore:\n - dependency-name: '*'\n update-types: ['version-update:semver-major']\n ... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\dependabot.yml | dependabot.yml | YAML | 780 | 0.8 | 0 | 0.034483 | vue-tools | 185 | 2023-08-31T00:16:58.124135 | BSD-3-Clause | false | 2131ecb08216cc0f0f3e9e577a447ee5 |
# https://github.com/actions/labeler#basic-examples\n\nrust:\n - changed-files:\n - any-glob-to-any-file: crates/**/*\n\n'@gitbutler/butler-bot':\n - changed-files:\n - any-glob-to-any-file: apps/butler-bot/**/*\n\n'@gitbutler/desktop':\n - changed-files:\n - any-glob-to-any-file: apps/desktop/**/*\n\... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\pr-labeler.yml | pr-labeler.yml | YAML | 696 | 0.95 | 0 | 0.045455 | node-utils | 217 | 2024-02-08T04:47:20.061039 | MIT | false | b9648834b22cf77e6aed2ba35378c3d2 |
name: Bug Report\ndescription: Report an issue so we can improve\nlabels: [bug]\nbody:\n - type: input\n id: version\n attributes:\n label: Version\n description: Which version of GitButler are you running?\n placeholder: 0.14.1\n validations:\n required: true\n - type: dropdown\n id: ... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\ISSUE_TEMPLATE\1_bug.yml | 1_bug.yml | YAML | 2,212 | 0.85 | 0.025974 | 0 | awesome-app | 2 | 2024-05-01T17:07:47.266527 | Apache-2.0 | false | f9fcb95c312edecae3a6db491a72e78a |
name: Documentation\ndescription: Request to update or improve GitButler documentation\nlabels: [documentation]\nbody:\n - type: textarea\n attributes:\n label: What is the improvement or update you wish to see?\n description: The GitButler docs are missing information about X.\n validations:\n re... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\ISSUE_TEMPLATE\2_documentation.yml | 2_documentation.yml | YAML | 770 | 0.95 | 0 | 0 | awesome-app | 794 | 2025-06-28T07:37:16.090766 | BSD-3-Clause | false | d6b07e0d14f6ea79e4b99acb9690d669 |
blank_issues_enabled: true\ncontact_links:\n - name: Get help from the community (Discord)\n url: https://discord.com/invite/MmFkmaJ42D\n about: Ask questions and discuss with other community members\n - name: Security\n url: https://gitbutler.com/.well-known/security.txt\n about: Security sensitive issue... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 377 | 0.8 | 0 | 0 | vue-tools | 898 | 2023-07-24T06:29:05.565511 | BSD-3-Clause | false | f6d84838304b9245729abe04ca516336 |
# https://github.com/actions/labeler#create-workflow\n\nname: Label Pull Requests\non:\n pull_request_target:\n\njobs:\n labeler:\n permissions:\n contents: read\n pull-requests: write\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n with:\n repository: 'gitbut... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\workflows\pr-labeler.yml | pr-labeler.yml | YAML | 425 | 0.8 | 0 | 0.058824 | react-lib | 203 | 2024-09-18T14:20:49.889978 | GPL-3.0 | false | 1e07ed706535886fd96fdf26b4833e0a |
name: build e2e-runner container\non:\n push:\n branches:\n - master\n paths:\n - 'apps/desktop/e2e/Dockerfile'\n\njobs:\n docker_publish:\n runs-on: ubuntu-latest\n permissions: write-all\n steps:\n - uses: actions/checkout@v4\n - name: Log in to GitHub Container Registry\n ... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\workflows\push-e2e-img.yml | push-e2e-img.yml | YAML | 677 | 0.7 | 0 | 0 | vue-tools | 310 | 2024-12-14T17:24:00.077045 | BSD-3-Clause | false | 3da053771d4f6192d4cac35f69f93ded |
name: GitHub Actions Security Analysis with zizmor\n\non:\n push:\n branches: ['master']\n pull_request:\n branches: ['**']\n\njobs:\n zizmor:\n name: zizmor latest via PyPI\n runs-on: ubuntu-latest\n permissions:\n security-events: write\n # required for workflows in private repositories\n ... | dataset_sample\yaml\gitbutlerapp_gitbutler\.github\workflows\zizmor.yml | zizmor.yml | YAML | 864 | 0.95 | 0.027778 | 0.032258 | vue-tools | 120 | 2024-01-10T21:14:47.694947 | Apache-2.0 | false | 292d96c478da4e09eed743a973c6f048 |
version: 66.66.66.{build}\n\n# Do not build on tags (GitHub, Bitbucket, GitLab, Gitea)\nskip_tags: true\n\n# set clone depth\nclone_depth: 1 # clone entire repository history if not defined\n\nbranches:\n only:\n - /experimental\/*/\n\nmatrix:\n fast_finish: false\n\n# https://www.appveyor.com/do... | dataset_sample\yaml\gitextensions_gitextensions\appveyor.experimental.yml | appveyor.experimental.yml | YAML | 6,696 | 0.8 | 0.118012 | 0.195489 | vue-tools | 902 | 2023-10-19T21:50:03.544575 | Apache-2.0 | false | 995b01a8f1b1dcada141d91e6e8eb279 |
version: 5.3.0.{build}\n\nbranches:\n except:\n - configdata\n - gh-pages\n - /experimental\/*/\n - /translations_*/\n\nmatrix:\n fast_finish: true\n\n# https://www.appveyor.com/docs/build-environment/#build-worker-images\nimage: Visual Studio 2022\n\nenvironment:\n # Disable the .NET logo in the console... | dataset_sample\yaml\gitextensions_gitextensions\appveyor.yml | appveyor.yml | YAML | 5,791 | 0.95 | 0.078947 | 0.174242 | node-utils | 734 | 2024-07-25T06:07:29.020315 | BSD-3-Clause | false | 560c40f90c467e6b5a084353a14aaa51 |
# Comment to post when potential duplicates are detected\nreferenceComment: |\n Thank you for the bug report :+1:\n \n Sadly, it appears some important information is still missing, which you may have overlooked while submitting the bug.\n Without this information we may not be able to assist you in resolving the i... | dataset_sample\yaml\gitextensions_gitextensions\.github\archivarius.yml | archivarius.yml | YAML | 465 | 0.95 | 0.222222 | 0.142857 | node-utils | 139 | 2023-07-22T15:57:59.528237 | Apache-2.0 | false | 3c7d9b888c4acc40b6517cebfda91584 |
\n# You can add one username per supported platform and one custom link\nopen_collective: gitextensions\ncustom: https://github.com/gitextensions/gitextensions/wiki\n | dataset_sample\yaml\gitextensions_gitextensions\.github\FUNDING.yml | FUNDING.yml | YAML | 162 | 0.8 | 0 | 0.333333 | react-lib | 372 | 2024-05-12T01:37:04.087645 | Apache-2.0 | false | d07c9c4a6055a237e3fd6ee8f0b6a27a |
name: Bug\ndescription: Report a bug or other issue\nlabels: ':eyeglasses: status: needs review'\nbody:\n - type: markdown\n attributes:\n value: |\n Thanks for taking the time to fill out this bug report!\n\n ⚠️ Review existing issues to see whether someone else has already reported your issue.\... | dataset_sample\yaml\gitextensions_gitextensions\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 2,133 | 0.95 | 0.033898 | 0 | vue-tools | 975 | 2024-11-19T11:21:01.804336 | MIT | false | 47bf41cc1ce8e8780e8c1452c22aef8e |
blank_issues_enabled: false\ncontact_links:\n - name: If you have a general question\n url: https://github.com/gitextensions/gitextensions/discussions\n about: If you have a question about the app - ask it here\n - name: Issue with Git Extensions docs\n url: https://github.com/gitextensions/GitExtensionsDo... | dataset_sample\yaml\gitextensions_gitextensions\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 1,382 | 0.8 | 0 | 0 | awesome-app | 342 | 2024-08-10T13:30:32.252271 | BSD-3-Clause | false | b7c606c47db4ad15062af0337a11f210 |
name: Feature Proposal\ndescription: Propose a new feature\nlabels: 'type: feature request'\nbody:\n - type: markdown\n attributes:\n value: |\n ⚠️ Review existing issues to see whether someone else has already requested this feature or created a similar issue.\n 📖 Please also read [CONTRIBUTING... | dataset_sample\yaml\gitextensions_gitextensions\.github\ISSUE_TEMPLATE\feature_request.yml | feature_request.yml | YAML | 1,207 | 0.95 | 0 | 0 | node-utils | 262 | 2025-05-02T05:26:09.336836 | GPL-3.0 | false | 26a5413f93ee1157215edfb82a0cc0ea |
name: Git Checks\n\non: [pull_request]\n\njobs:\n block-fixup:\n runs-on: ubuntu-22.04\n\n steps:\n - uses: actions/checkout@v2.0.0\n - name: Check no !fixup commits\n uses: 13rac1/block-fixup-merge-action@v2.0.0\n | dataset_sample\yaml\gitextensions_gitextensions\.github\workflows\git.yml | git.yml | YAML | 220 | 0.7 | 0 | 0 | react-lib | 288 | 2025-06-01T11:46:39.709270 | Apache-2.0 | false | 132304f1df3576f383756690b3ea9e95 |
name: "Labeler: Build Predictor App"\n\non:\n # Allow dispatching the workflow via the Actions UI\n workflow_dispatch:\n inputs:\n rebuild:\n description: "Force a rebuild of the app"\n type: boolean\n\njobs:\n build-predictor:\n permissions:\n actions: write\n uses: dotnet/issue-lab... | dataset_sample\yaml\gitextensions_gitextensions\.github\workflows\labeler-build-predictor.yml | labeler-build-predictor.yml | YAML | 446 | 0.8 | 0 | 0.066667 | node-utils | 257 | 2024-12-15T19:37:37.401024 | MIT | false | 4026b108aa026891b333522916f7bc8b |
name: "Labeler: Cache Retention"\n\non:\n schedule:\n - cron: "25 20 * * *" # 20:25 every day (arbitrary time daily)\n\n workflow_dispatch:\n\njobs:\n cache-retention:\n # Do not run the workflow on forks outside the 'gitextensions' org\n if: ${{ github.repository_owner == 'gitextensions' }}\n uses: dotn... | dataset_sample\yaml\gitextensions_gitextensions\.github\workflows\labeler-cache-retention.yml | labeler-cache-retention.yml | YAML | 413 | 0.8 | 0.076923 | 0.1 | vue-tools | 259 | 2025-01-20T23:29:31.109239 | GPL-3.0 | false | 0757a7401462b78bc3ab9efce36920ea |
name: "Labeler: Predict Issue Labels"\n\non:\n # Only automatically predict area labels when issues are originally opened\n issues:\n types: opened\n\n # Allow dispatching the workflow via the Actions UI, specifying ranges of numbers\n workflow_dispatch:\n inputs:\n issue_numbers:\n description: "... | dataset_sample\yaml\gitextensions_gitextensions\.github\workflows\labeler-predict-issues.yml | labeler-predict-issues.yml | YAML | 1,138 | 0.95 | 0.0625 | 0.103448 | awesome-app | 933 | 2024-09-04T19:55:16.051531 | Apache-2.0 | false | d431f426b82fbade5b7657cd3fdcbda5 |
name: "Labeler: Predict Pull Labels"\n\non:\n # Per to the following documentation:\n # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target\n #\n # The `pull_request_target` event runs in the context of the base of the pull request,... | dataset_sample\yaml\gitextensions_gitextensions\.github\workflows\labeler-predict-pulls.yml | labeler-predict-pulls.yml | YAML | 1,813 | 0.95 | 0.045455 | 0.292683 | vue-tools | 907 | 2024-11-06T18:23:23.942671 | BSD-3-Clause | false | 8a3987630ec0a0c93c9053bf1da12aad |
name: "Labeler: Promote Models"\n\non:\n # Dispatched via the Actions UI, promotes the staged models from\n # a staging slot into the prediction environment\n workflow_dispatch:\n inputs:\n promote_issues:\n description: "Issues: Promote Model"\n type: boolean\n required: true\n pro... | dataset_sample\yaml\gitextensions_gitextensions\.github\workflows\labeler-promote.yml | labeler-promote.yml | YAML | 1,381 | 0.95 | 0.071429 | 0.052632 | node-utils | 731 | 2024-05-30T15:38:01.250182 | GPL-3.0 | false | aec792d35478e6630bbabf0f545290eb |
name: "Labeler: Train Models"\n\non:\n # Dispatched via the Actions UI, stages new models for promotion consideration\n # Each step of the workflow can be run independently: Download, Train, and Test\n workflow_dispatch:\n inputs:\n download_issues:\n description: "Issues: Download Data"\n type... | dataset_sample\yaml\gitextensions_gitextensions\.github\workflows\labeler-train.yml | labeler-train.yml | YAML | 1,877 | 0.95 | 0.033333 | 0.035714 | awesome-app | 834 | 2023-10-09T03:27:21.067045 | BSD-3-Clause | false | 90458d9fa7a1e3073a6091774068c85c |
git:\n\n filters:\n - filter_type: file\n # all supported i18n types: https://docs.transifex.com/formats\n file_format: XLIFF\n source_language: en\n source_file: GitUI/Translation/English.xlf\n # path expression to translation files, must contain <lang> placeholder\n translation_files... | dataset_sample\yaml\gitextensions_gitextensions\eng\transifex.yml | transifex.yml | YAML | 1,173 | 0.8 | 0 | 0.108108 | react-lib | 196 | 2023-10-30T15:43:22.822589 | MIT | false | cb0b91c9e08efd67952e3878b6e89e5d |
stages:\n - sync\n - preflight\n - prepare\n - build-images\n - fixtures\n - lint\n - test-frontend\n - test\n - post-test\n - review\n - qa\n - post-qa\n - pre-merge\n - pages\n - notify\n - release-environments\n - benchmark\n - ai-gateway\n\n# always use `gitlab-org` runners, however\n# in cases wh... | dataset_sample\yaml\gitlabhq_gitlabhq\.gitlab-ci.yml | .gitlab-ci.yml | YAML | 16,080 | 0.95 | 0.170886 | 0.189189 | vue-tools | 762 | 2024-08-15T23:05:41.397485 | GPL-3.0 | false | d3c975b14e9fec15e3780cafeae07ac6 |
# Gitpod file reference\n# https://www.gitpod.io/docs/configure/workspaces/tasks\n\nimage: registry.gitlab.com/gitlab-org/gitlab-development-kit/gitpod-workspace:stable\ncheckoutLocation: gitlab-development-kit/gitlab\n\ntasks:\n\n - name: GDK\n # "command:" emits gitpod-start\n before: |\n START_UNIXTIME="... | dataset_sample\yaml\gitlabhq_gitlabhq\.gitpod.yml | .gitpod.yml | YAML | 5,418 | 0.95 | 0.023256 | 0.154472 | react-lib | 162 | 2024-02-02T20:28:04.889298 | BSD-3-Clause | false | d75b3b37a8b04167e7ffe0d28a446ed4 |
inherits_from:\n - .haml-lint_todo.yml\n# Whether to ignore frontmatter at the beginning of HAML documents for\n# frameworks such as Jekyll/Middleman\nskip_frontmatter: false\nexclude:\n - 'vendor/**/*'\n - 'spec/**/*'\n - 'ee/spec/**/*'\nrequire:\n - './haml_lint/linter/inline_javascript.rb'\n - './haml_lint/lin... | dataset_sample\yaml\gitlabhq_gitlabhq\.haml-lint.yml | .haml-lint.yml | YAML | 4,930 | 0.95 | 0.004785 | 0.052326 | react-lib | 884 | 2024-08-16T09:21:40.997079 | GPL-3.0 | false | 535683883e60ff2565fc7c4abb55487e |
inherit_gem:\n gitlab-styles:\n - rubocop-default.yml\n\nrequire:\n - ./rubocop/rubocop\n - rubocop-rspec\n # Always load these cop even if disabled by default so RuboCop knows about rules in TODOs.\n - rubocop/cop/internal_affairs\n\ninherit_from:\n <% unless ENV['REVEAL_RUBOCOP_TODO'] == '1' %>\n <% Dir.g... | dataset_sample\yaml\gitlabhq_gitlabhq\.rubocop.yml | .rubocop.yml | YAML | 30,957 | 0.95 | 0.006787 | 0.054878 | vue-tools | 385 | 2024-05-31T21:15:04.004572 | BSD-3-Clause | false | 35a02f12dc5410c1366ee4fb1aa3d80a |
version: 2\nupdates:\n - package-ecosystem: cargo\n directory: '/'\n schedule:\n interval: monthly\n commit-message:\n # Avoid non-"purposeful" prefix due to Dependabot misdetecting style (see `DEVELOPMENT.md`).\n prefix: ''\n groups:\n cargo:\n patterns: ['*']\n - package-ecosy... | dataset_sample\yaml\GitoxideLabs_gitoxide\.github\dependabot.yml | dependabot.yml | YAML | 579 | 0.8 | 0 | 0.090909 | vue-tools | 554 | 2024-01-18T21:25:36.997633 | BSD-3-Clause | false | e1357d9f90e3ea639d3558bd9447ecb3 |
name: Report undesirable behaviour 🐛\ndescription: Create an issue to help us improve\nbody:\n - type: markdown\n attributes:\n value: Thanks for contributing by creating an issue! ❤️\n - type: textarea\n attributes:\n label: Current behavior 😯\n description: Describe what happens instead of t... | dataset_sample\yaml\GitoxideLabs_gitoxide\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 786 | 0.7 | 0.038462 | 0 | vue-tools | 34 | 2024-05-22T14:24:14.187111 | MIT | false | 780c4b383d86da858652ccf782f727cc |
name: Feature request 💄\ndescription: Suggest an improvement\nlabels: ["enhancement"]\nbody:\n - type: markdown\n attributes:\n value: Thanks for contributing by creating an issue! ❤️\n - type: textarea\n attributes:\n label: Summary 💡\n description: Describe how it should work.\n - type: text... | dataset_sample\yaml\GitoxideLabs_gitoxide\.github\ISSUE_TEMPLATE\feature_request.yml | feature_request.yml | YAML | 578 | 0.7 | 0.055556 | 0 | react-lib | 193 | 2024-06-15T13:05:03.930487 | BSD-3-Clause | false | a8f554089d9fdebe9ee015b0a8a61c6b |
name: ci\n\non:\n push:\n branches:\n - main\n - 'run-ci/**'\n - '**/run-ci/**'\n tags-ignore:\n - '*'\n pull_request:\n branches:\n - main\n workflow_dispatch:\n\npermissions:\n contents: read\n\nenv:\n CARGO_TERM_COLOR: always\n CLICOLOR: '1'\n\njobs:\n pure-rust-build:\n r... | dataset_sample\yaml\GitoxideLabs_gitoxide\.github\workflows\ci.yml | ci.yml | YAML | 18,218 | 0.95 | 0.064579 | 0.074236 | react-lib | 494 | 2024-02-07T06:32:33.631965 | MIT | false | bfa3e7884d487575ede482e7560588fe |
name: CIFuzz\n\non:\n pull_request:\n branches:\n - main\n paths:\n - '.github/**'\n - 'ci/**'\n - 'etc/**'\n - 'src/**'\n - 'tests/**'\n - 'cargo-*/**'\n - 'gix*/**'\n - '*.toml'\n - Makefile\n workflow_dispatch:\n\njobs:\n Fuzzing:\n runs-on: ubuntu-latest... | dataset_sample\yaml\GitoxideLabs_gitoxide\.github\workflows\cifuzz.yml | cifuzz.yml | YAML | 1,014 | 0.8 | 0.021739 | 0 | react-lib | 794 | 2025-04-01T19:20:57.823948 | MIT | false | f306cab0228544ad86424eae42e7061c |
name: cron\n\non:\n schedule:\n - cron: '0 13,1 * * *'\n workflow_dispatch:\n\npermissions:\n contents: read\n\njobs:\n stress:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n - uses: Swatinem/rust-cache@v2\n - name: stress\n run: make stress\n | dataset_sample\yaml\GitoxideLabs_gitoxide\.github\workflows\cron.yml | cron.yml | YAML | 280 | 0.7 | 0 | 0 | python-kit | 408 | 2023-12-07T20:30:12.728267 | Apache-2.0 | false | 4d1785c0e10af0d89af56dc20a119b9b |
name: Minimum Supported Rust Version\n\non:\n push:\n branches:\n - main\n - 'run-ci/**'\n - '**/run-ci/**'\n tags-ignore:\n - '*'\n pull_request:\n branches:\n - main\n workflow_dispatch:\n\npermissions:\n contents: read\n\njobs:\n check-msrv:\n name: cargo check MSRV\n\n s... | dataset_sample\yaml\GitoxideLabs_gitoxide\.github\workflows\msrv.yml | msrv.yml | YAML | 987 | 0.8 | 0 | 0.055556 | vue-tools | 217 | 2025-01-14T08:21:26.177678 | BSD-3-Clause | false | a2406fa16dd93edd5f2025d6bfb1f472 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.