Datasets:
repo stringlengths 5 53 | pr_number int32 1 321k | task_type stringclasses 2
values | issue_text stringlengths 0 81.2k | pr_title stringlengths 1 319 | pr_body stringlengths 0 105k | base_sha stringlengths 40 40 | head_sha stringlengths 40 40 | gold_diff stringlengths 0 202M | changed_files listlengths 0 100 | review_threads listlengths 0 100 | test_patch stringlengths 0 23.4M | merged bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x7c13/Notepads | 1,496 | issue_to_patch | ci: fix CI pipeline and bump action dependencies | ## Summary
- Pin all GitHub Actions runners to `windows-2022` to fix build failures caused by `windows-latest` mapping to `windows-2025`, which lacks Windows SDK 10.0.22621.0
- Replace deprecated `::set-output` with `$GITHUB_OUTPUT` environment file
- Upgrade `microsoft/setup-msbuild` v2 → v3 and `NuGet/setup-nuget` v2... | 8350f1ca8647670c22bca3d6b1c998107582a359 | b1026a31559714bc4cb681744a9502a4eaaed7eb | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1e054725d..75f5f52be 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,7 +35,7 @@ on:
jobs:
setup:
- runs-on: windows-latest
+ runs-on: windows-2022
outputs:
matrix: ${{ steps.set_matrix.outp... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,453 | issue_to_patch | action-deps: bump actions/setup-java from 4 to 5 | Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<h3>Breaking Changes</h3... | 39a2159ca24d2c04889b651c41889c72a7a9db43 | 7f4b50d9071ad5775576cb5b9abaa21e8aebf950 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4edca64c2..c608283d4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -145,7 +145,7 @@ jobs:
- if: matrix.runSonarCloudScan
name: Set up JDK 11
id: Setup_JDK
- uses: actions/setup-java@v... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,452 | issue_to_patch | action-deps: bump actions/checkout from 4 to 5 | Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update actions checkout... | 39a2159ca24d2c04889b651c41889c72a7a9db43 | 56fd9c75c12a39b6979e00ff6b944349c4ea79c8 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4edca64c2..5aa41b512 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -159,7 +159,7 @@ jobs:
- name: Checkout repository
id: checkout_repo
- uses: actions/checkout@v4
+ uses: actions/che... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,466 | issue_to_patch | action-deps: bump actions/cache from 4.2.3 to 4.3.0 | Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
<blockquote>
<h2>v4.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add note on runner versions... | 39a2159ca24d2c04889b651c41889c72a7a9db43 | 61e46af6bbe71ce0e6bf053c7c62be4c4f5398a7 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4edca64c2..3dcf5f432 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -195,7 +195,7 @@ jobs:
- if: matrix.runSonarCloudScan
name: Cache SonarCloud packages
id: cache_sonar_packages
- use... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,471 | issue_to_patch | action-deps: bump actions/download-artifact from 4 to 6 | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</... | 39a2159ca24d2c04889b651c41889c72a7a9db43 | 82723bd0c06a6150f46b3dcb87880d0fb8dc51a6 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4edca64c2..7c921e362 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -352,7 +352,7 @@ jobs:
- name: Download and extract MSIX package
id: dl_package_artifact
- uses: actions/download-artifact@... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,458 | issue_to_patch | action-deps: bump ncipollo/release-action from 1.16.0 to 1.20.0 | Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.20.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ncipollo/release-action/releases">ncipollo/release-action's releases</a>.</em></p>
<blockquote>
<h2>v1.20.0</h2>
<h2>What's Change... | 39a2159ca24d2c04889b651c41889c72a7a9db43 | 880955cbeaa3108e75cf196e4c12db64cc83f165 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4edca64c2..1b07eca7d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -377,7 +377,7 @@ jobs:
- name: Create and publish release
id: create_release
- uses: ncipollo/release-action@v1.16.0
+ ... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,422 | issue_to_patch | Deprecate Microsoft.AppCenter | Deprecate Microsoft.AppCenter since it is scheduled for retirement on March 31, 2025
<!-- Add a brief overview here of the feature/bug & fix. -->
## PR Type
Remove Microsoft.AppCenter analytics.
## Other information
| ed3c8745cdc0b04bc012a33f8a1ab65ae8f7e530 | 9adbaac8c3928a35feb94e540540deffe552fb8e | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8ff0c12d9..4edca64c2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -282,8 +282,7 @@ jobs:
/p:AppxBundlePlatforms=$env:APPX_BUNDLE_PLATFORMS `
/p:AppxPackageDir=$env:ARTIFACTS_DIR `
/... | [
".github/workflows/main.yml",
"PRIVACY.md",
"src/Notepads.Controls/Notepads.Controls.csproj",
"src/Notepads/App.xaml.cs",
"src/Notepads/AppCenterSecret.cs",
"src/Notepads/Brushes/HostBackdropAcrylicBrush.cs",
"src/Notepads/Controls/Dialog/FileRenameDialog.cs",
"src/Notepads/Controls/TextEditor/TextEdi... | [] | true | ||
0x7c13/Notepads | 1,420 | issue_to_patch | action-deps: bump actions/cache from 4.2.2 to 4.2.3 | Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
<blockquote>
<h2>v4.2.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to use <code>@actio... | 9b68150e2b95577ab738f60fcf2c7cc7c156cfe1 | 1cae61fc2827b1b4d1f7107063ff1d8adee7502c | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fa6dbae13..8ff0c12d9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -195,7 +195,7 @@ jobs:
- if: matrix.runSonarCloudScan
name: Cache SonarCloud packages
id: cache_sonar_packages
- use... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,414 | issue_to_patch | action-deps: bump ncipollo/release-action from 1.14.0 to 1.16.0 | Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ncipollo/release-action/releases">ncipollo/release-action's releases</a>.</em></p>
<blockquote>
<h2>v1.16.0</h2>
<h2>What's Change... | 382b1fd46df5be9c5ffa462189ff722cf31f5930 | 4f5d2bc1cdba5a75be329199920d77fd0edc0c7a | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7da9de555..8c0cd9b5c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -378,7 +378,7 @@ jobs:
- name: Create and publish release
id: create_release
- uses: ncipollo/release-action@v1.14.0
+ ... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,415 | issue_to_patch | action-deps: bump actions/cache from 4.2.0 to 4.2.2 | Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
<blockquote>
<h2>v4.2.2</h2>
<h2>What's Changed</h2>
<blockquote>
<p>[!IMPORTANT]
As a re... | 382b1fd46df5be9c5ffa462189ff722cf31f5930 | 9e8e80e646eae9630e95eb64808be91f31ad20b1 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7da9de555..c79eb5952 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -195,7 +195,7 @@ jobs:
- if: matrix.runSonarCloudScan
name: Cache SonarCloud packages
id: cache_sonar_packages
- use... | [
".github/workflows/main.yml"
] | [] | true | ||
0x7c13/Notepads | 1,390 | issue_to_patch | action-deps: bump NuGet/setup-nuget from 2.0.0 to 2.0.1 | Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 2.0.0 to 2.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nuget/setup-nuget/releases">NuGet/setup-nuget's releases</a>.</em></p>
<blockquote>
<h2>v2.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps-... | 8acac027e3c80ec58ee0ef12acfa2efc406072df | 525fd321c1457aaec9dfe19685ec8d1527e055a4 | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a756038f1..e7e1d01d0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -155,7 +155,7 @@ jobs:
- name: Setup NuGet
id: setup-nuget
- uses: NuGet/setup-nuget@v2.0.0
+ uses: NuGet/setup-nuge... | [
".github/workflows/main.yml"
] | [] | true |
End of preview. Expand in Data Studio
Description
Issue/PR-review -> resolving patch pairs from merged public GitHub PRs. Includes issue_text, pr_title/pr_body, gold_diff, changed_files, threaded review_threads, and base/head SHAs.
Derived dataset. Source material retains its original per-item licence (see
source/repocolumns); treat as other / mixed. Provided as-is.
Usage
from datasets import load_dataset
ds = load_dataset("PotatoHD/github-pr-resolve")
- Downloads last month
- -