Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/source-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@
"commitSha": "9f2ae28ea4f111e6a336682484e5aa412e114f3c"
},
{
"barId": 288416,
"barId": 288897,
"path": "winforms",
"remoteUri": "https://github.com/dotnet/winforms",
"commitSha": "42921f7308430b0667df9c8a88c53253e09b0cee"
"commitSha": "33e6bf9e164878acd6d2620b17be77a145e163f6"
},
{
"barId": 283721,
Expand Down
56 changes: 13 additions & 43 deletions src/winforms/.github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,28 @@ name: Backport PR to branch
on:
issue_comment:
types: [created]
schedule:
# once a day at 13:00 UTC to cleanup old runs
- cron: '0 13 * * *'

permissions:
contents: write
issues: write
pull-requests: write
actions: write

jobs:
backport:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/backport to')
runs-on: ubuntu-22.04
steps:
- name: Extract backport target branch
uses: actions/github-script@v3
id: target-branch-extractor
with:
result-encoding: string
script: |
if (context.eventName !== "issue_comment") throw "Error: This action only works on issue_comment events.";
if: ${{ contains(github.event.comment.body, '/backport to') || github.event_name == 'schedule' }}
uses: dotnet/arcade/.github/workflows/backport-base.yml@main
with:
pr_description_template: |
Backport of #%source_pr_number% to %target_branch%

// extract the target branch name from the trigger phrase containing these characters: a-z, A-Z, digits, forward slash, dot, hyphen, underscore
const regex = /^\/backport to ([a-zA-Z\d\/\.\-\_]+)/;
target_branch = regex.exec(context.payload.comment.body);
if (target_branch == null) throw "Error: No backport branch found in the trigger phrase.";
/cc %cc_users%

return target_branch[1];
- name: Post backport started comment to pull request
uses: actions/github-script@v3
with:
script: |
const backport_start_body = `Started backporting to ${{ steps.target-branch-extractor.outputs.result }}: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;
await github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: backport_start_body
});
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run backport
uses: ./eng/actions/backport
with:
target_branch: ${{ steps.target-branch-extractor.outputs.result }}
auth_token: ${{ secrets.GITHUB_TOKEN }}
pr_description_template: |
Backport of #%source_pr_number% to %target_branch%
## Customer Impact

/cc %cc_users%
## Testing

## Customer Impact

## Testing

## Risk
## Risk
2 changes: 0 additions & 2 deletions src/winforms/dotnet.config

This file was deleted.

50 changes: 25 additions & 25 deletions src/winforms/eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ This file should be imported by eng/Versions.props
<Project>
<PropertyGroup>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25523.109</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.25523.109</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftDotNetCMakeSdkPackageVersion>11.0.0-beta.25523.109</MicrosoftDotNetCMakeSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>11.0.0-beta.25523.109</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25523.109</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetRemoteExecutorPackageVersion>11.0.0-beta.25523.109</MicrosoftDotNetRemoteExecutorPackageVersion>
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.25523.109</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
<MicrosoftNETSdkILPackageVersion>10.0.0-rc.1.25523.109</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25523.109</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25523.109</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25523.109</MicrosoftNETCoreILDAsmPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25523.109</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-rc.1.25523.109</MicrosoftWin32SystemEventsPackageVersion>
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25523.109</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25523.109</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
<SystemCodeDomPackageVersion>10.0.0-rc.1.25523.109</SystemCodeDomPackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25523.109</SystemConfigurationConfigurationManagerPackageVersion>
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25523.109</SystemFormatsNrbfPackageVersion>
<SystemIOHashingPackageVersion>10.0.0-rc.1.25523.109</SystemIOHashingPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25523.109</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25523.109</SystemResourcesExtensionsPackageVersion>
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25523.109</SystemRuntimeSerializationFormattersPackageVersion>
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25523.109</SystemTextEncodingsWebPackageVersion>
<SystemTextJsonPackageVersion>10.0.0-rc.1.25523.109</SystemTextJsonPackageVersion>
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25523.109</SystemWindowsExtensionsPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25528.102</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.25528.102</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftDotNetCMakeSdkPackageVersion>11.0.0-beta.25528.102</MicrosoftDotNetCMakeSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>11.0.0-beta.25528.102</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25528.102</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetRemoteExecutorPackageVersion>11.0.0-beta.25528.102</MicrosoftDotNetRemoteExecutorPackageVersion>
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.25528.102</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
<MicrosoftNETSdkILPackageVersion>10.0.0-rc.1.25528.102</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25528.102</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25528.102</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25528.102</MicrosoftNETCoreILDAsmPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25528.102</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftWin32SystemEventsPackageVersion>10.0.0-rc.1.25528.102</MicrosoftWin32SystemEventsPackageVersion>
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25528.102</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25528.102</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
<SystemCodeDomPackageVersion>10.0.0-rc.1.25528.102</SystemCodeDomPackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25528.102</SystemConfigurationConfigurationManagerPackageVersion>
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25528.102</SystemFormatsNrbfPackageVersion>
<SystemIOHashingPackageVersion>10.0.0-rc.1.25528.102</SystemIOHashingPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25528.102</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25528.102</SystemResourcesExtensionsPackageVersion>
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25528.102</SystemRuntimeSerializationFormattersPackageVersion>
<SystemTextEncodingsWebPackageVersion>10.0.0-rc.1.25528.102</SystemTextEncodingsWebPackageVersion>
<SystemTextJsonPackageVersion>10.0.0-rc.1.25528.102</SystemTextJsonPackageVersion>
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25528.102</SystemWindowsExtensionsPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
Expand Down
102 changes: 51 additions & 51 deletions src/winforms/eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,110 +6,110 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
And you can check these with "darc get-dependencies <dash dash>target-repo "winforms"
-->
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="c636320f4ab16760a81313f0222af1e4f3740aa9" BarId="288405" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="8a4f3fe15bd16cb10f3f52d7ac29914712a98a57" BarId="288891" />
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25523.109">
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-rc.1.25523.109">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25523.109">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25523.109">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25523.109">
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25523.109">
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Text.Json" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25523.109">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-rc.1.25523.109">
<Dependency Name="Microsoft.Win32.SystemEvents" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.1.25523.109">
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.1.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25523.109">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25523.109">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="11.0.0-beta.25523.109">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="11.0.0-beta.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="11.0.0-beta.25523.109">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="11.0.0-beta.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25523.109">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.25523.109">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.25523.109">
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.25528.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>c636320f4ab16760a81313f0222af1e4f3740aa9</Sha>
<Sha>8a4f3fe15bd16cb10f3f52d7ac29914712a98a57</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
20 changes: 0 additions & 20 deletions src/winforms/eng/actions/backport/action.yml

This file was deleted.

Loading