Commit Graph

200 Commits

Author SHA1 Message Date
Vlad Brezae 44096c65c0
[clr-interp] Add github notifications for code owners (#114367)
* Add code owners for interpreter source files

* Add owner notifications for coreclr interpreter label

* Add kg
2025-04-10 10:25:37 +02:00
Carlos Sánchez López ff749c3ca3
Bring back yml necessary change types in label checkers (#114165)
There are some `on pull_request_target types` in the label checking yml files that were removed but they are actually necessary, so the labeler keeps working after for example: pushing new commits, pressing the update the branch, closing and opening the PR.
2025-04-02 14:20:27 -06:00
Jeff Handley f6948fca8f
Opt labels out of automated issue cleanup (#113170)
* Opt the area-codegen-coreclr label out of automated issue cleanup

* Also opt area-tools-ilverification and area-iltools-coreclr out of issue cleanup
2025-03-06 08:17:35 -08:00
Carlos Sánchez López 9caf9f15e4
Add repo-specific condition to labeling workflows (#112169)
* Condition labeling workflows to only run on dotnet/runtime.
* Improve readme
* Add jeffhandley as explicit workflow owner

Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
2025-02-05 16:58:28 -08:00
Carlos Sánchez López 4c1ae74d7e
Change some workflows using `pull_request` to use `pull_request_target` instead (#112161)
* Change workflows to use pull_request_target instead of pull_request event
* Add CODEOWNERS entry
* Add initial readme
2025-02-04 18:05:19 -06:00
Carlos Sánchez López 87e9f1d94f
Add workflow to prevent merging a PR when the `NO-MERGE` label is applied (#111940)
* Add workflow to prevent merging a PR when the `NO-MERGE` label is applied.
* Fix backtick bug in check-service-labels echo too.
2025-01-29 11:09:35 -06:00
Sven Boemer d08dff5b31
Update to .NET 10 build images (#110198)
* Update to .NET 10 build images

This updates the libc requirement to:
- glibc 2.27
- musl libc 1.2.3

These images have LLVM 19.

* Use musl tags, update docs

* Fix arm32 build

The NEON_AVAILABLE and NEON_HAS_LD4 checks in zlib-ng attempt to pass
-mfpu=neon via CMAKE_REQUIRED_FLAGS, but our toolchain.cmake sets
-mfpu=vfpv4 via add_compile_options, which overrides the former.

Work around this by disabling neon on arm32 linux, matching .NET 9.

* Use FreeBSD 14 images

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>

* Fix alpine arm32 build

---------

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
2024-12-20 10:29:14 -08:00
Adeel Mujahid e99557baff
Fix zlib-ng build with cmake 3.31.0 (#110359)
* Fix zlib-ng build with cmake 3.31.0

* Dummy change in JIT

* Use POST_BUILD in add_custom_command

* Normalize paths before install

* Revert dummy change; CI is green

* Update functions.cmake

* Update functions.cmake

* Update src/native/external/zlib-ng/CMakeLists.txt
2024-12-05 10:55:33 +01:00
Jackson Schuster 1474fc3faf
Update resourceManagement.yml (#110014)
Tag dotnet/illink on linker area
2024-11-20 15:55:08 -05:00
Carlos Sánchez López 5c218aba3f
Switch to non-incremental servicing and update ApiCompatNetCoreAppBaselineVersion to 9.0.0 (#109790)
* Update ApiCompatNetCoreAppBaselineVersion to 9.0.0

* Switch to non-incremental servicing by manually backporting 824bdd214e from release/9.0
---------
Co-authored-by: Eric StJohn <ericstj@microsoft.com>

* Result of running: dotnet build src/libraries/apicompat/ApiCompat.proj /p:ApiCompatGenerateSuppresionFile=true

* Update suppression files

* Update NetCoreAppLatestStabel suppression file

---------

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-11-20 17:45:49 +01:00
Steve Pfister 9ef212c335
Update area owners (#109509)
Removes @lambdageek
2024-11-05 09:23:34 -05:00
Jeff Handley 9855b5acf2
Do not apply the user mention automation for closed issues/prs (#109485) 2024-11-02 19:16:43 -07:00
Alexander Köplinger 33ae78dba6
Add myself to area-Infrastructure-mono in resourceManagement.yml (#109419) 2024-10-31 18:58:26 +01:00
Theodore Tsirpanis e195258be5
Delete duplicate blank issue template. (#109057) 2024-10-20 19:18:26 -07:00
Emmanuel Ferdman 9893d145eb
[browser] update incorrect references (#108352)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-10-18 21:43:30 +02:00
Aaron Robinson e720b9f573
Add notifications for area-Interop-coreclr (#108378) 2024-09-30 10:16:24 -07:00
David Engel 0eb4909c20
Update area owners for System.Data.SqlClient (#108040) 2024-09-19 15:32:28 -07:00
Sven Boemer a82cbecbda
Update Azure Linux tag names (#106778)
Updating the naming scheme for these images, see https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/1176.
2024-08-22 09:44:39 -07:00
Farhad Alizada 89154dd41c
[main] Add workflow file for interbranch merging (#106616)
Co-authored-by: Farhad Alizada <falizada@microsoft.com>
2024-08-19 11:20:50 -07:00
Jeff Handley 0d70f72bd3
Mention GitHub users when the issue/PR binaryformatter-migration label is added (#106171) 2024-08-09 12:24:29 -07:00
Alexander Köplinger 16fc0babb4
Fix resourcemanagement.yml for os-ios, os-android etc (#106198)
They need to be a separate section otherwise it triggers `area-*` subscriptions too when an `os-*` is added.
2024-08-09 19:10:43 +02:00
Alexander Köplinger 070fbe41b1
Add os-ios, os-android etc labels to area section in resourceManagement.yml (#106082)
They only got triggered when an issue/PR was _opened_ with that label already applied, but not when it was added later on.
Make it consistent with the way the area labels work.
2024-08-09 18:27:48 +02:00
Jeff Handley c92fe4b55e
Exclude dependabot from community-contribution labeling (#101742)
* Exclude dependabot from community-contribution labeling

* Normalize line endings to Unix style. Remove trailing white space.
2024-07-30 15:02:07 -07:00
Jeremy Koritzinsky f0e70b2106
jit-format job fixes (#103910) 2024-06-24 15:36:37 -07:00
Jeremy Koritzinsky 98e75704a8
Define JIT format jobs as GitHub Actions instead of AzDO jobs (#103846) 2024-06-24 11:15:00 -07:00
Ilona Tomkowicz a72b952679
[browser] Chrome bump reviewers update (#103230) 2024-06-10 17:37:20 +02:00
Matous Kozak 4c8a235abd
[mobile][infra] Update mobile-related area subscribers (#102569) 2024-05-23 10:27:48 +02:00
Matous Kozak 3e2b6eb7ae
Normalize EOL (#102561)
git add --all --renormalize
2024-05-22 17:12:55 +02:00
dependabot[bot] 6cd329b253
Bump actions/checkout v4 and set dependabot to only bump its major versions (#101585)
* Bump actions/checkout from 2.0.0 to 4.1.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.0.0 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Set dependabot to bump github-actions to major versions; use checkout v4

* Ignore patch and minor updates to actions/checkout

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
2024-04-29 13:02:06 -07:00
dependabot[bot] 3f47add997
Bump dotnet/actions-create-pull-request from 3 to 4 (#101586)
Bumps [dotnet/actions-create-pull-request](https://github.com/dotnet/actions-create-pull-request) from 3 to 4.
- [Commits](https://github.com/dotnet/actions-create-pull-request/compare/v3...v4)

---
updated-dependencies:
- dependency-name: dotnet/actions-create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 12:30:30 -07:00
dependabot[bot] 4ac82c948a
Bump actions/upload-artifact from 1 to 4 (#101587)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 12:21:12 -07:00
dependabot[bot] 4170efe8fd
Bump actions/github-script from 6 to 7 (#101588)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 11:27:58 -07:00
Dan Moseley f5ea326fff
remove nuget (#101584) 2024-04-25 22:53:56 -05:00
Dan Moseley a08ed38799
enable dependabot for github actions (#101406)
* enable dependabot for github actions

* Update dependabot.yml
2024-04-25 18:57:05 -06:00
Pavel Savara 9068070922
[browser] rename WasmTestOnChrome (#101140)
Co-authored-by: Marek Fišera <mara@neptuo.com>
2024-04-18 09:52:07 +02:00
Igor Velikorossov 65f6a080ca
Update locker.yml (#101218)
* Bump the Locker action version
Refer to https://github.com/microsoft/vscode-github-triage-actions/pull/210

* Restrict the Locker action to dotnet org
2024-04-18 09:41:33 +10:00
Dragos Daniel Boia f6d3d4c80f
Update pull request/issue management bot configuration (#100965)
Allow users to get tagged after a PR or an issue is opened, when new labels defined in the config are added.
2024-04-12 08:46:06 -07:00
Steve Pfister 3891550c97
Update codeowners (#100165)
* Update codeowners

* Update area-owners.md

fix spacing

---------

Co-authored-by: Larry Ewing <lewing@microsoft.com>
2024-03-22 18:19:13 -05:00
dotnet-policy-service[bot] ea2532e65c
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#99169)
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement

 Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html

Please review and merge this PR to complete the process of onboarding to the new service.

* Deleting fabricbot.json

* Update repo documentation that referenced FabricBot

---------

Co-authored-by: dotnet-policy-service[bot] <123482357+dotnet-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
2024-03-06 22:39:50 -08:00
Juan Hoyos 2a93c24320
Update CI Know issue template to point to helper page and update docs (#99077)
* Update CI Know issue template to point to helper page and update docs

* Delete .github/ISSUE_TEMPLATE/04_ci_known_issue.yml

* Rename 05_blank_issue.md to 04_blank_issue.md

* Update failure-analysis.md
2024-02-28 18:37:40 -08:00
Sam Patel 7608b3aa90
Remove Sam from Mono files ownership (#99069) 2024-02-28 14:27:19 -05:00
Jeff Handley 443ece48d0
Prepare the FabricBot config for migration to Policy Service (#98256)
* Remove references to project board automation

* Update milestone conditions to be compatible with policy-service migration

* Remove disabled automation

* Remove 'maintain' permission check (behaves the same as 'write')

* Use the isPr condition everywhere it was implied before

* Use the isIssue condition everywhere it was implied before
2024-02-12 21:54:19 -08:00
Aaron Robinson f225a4775f
Add diagnostics to CODEOWNERS for libunwind (#97673)
Add notification for diag team about changes to the libunwind dependency.
2024-01-29 15:24:39 -08:00
Pavel Savara 5ddaf749ed
[browser] update owners (#97329)
* update owners

* remove my name from owners

* more directories

---------

Co-authored-by: Ankit Jain <radical@gmail.com>
2024-01-24 15:11:48 -06:00
Jeff Handley 3b58f1072b
Augment the backport PR description template to prompt for more info (#97073)
* Augment the backport PR description template to prompt for more info

* Wordsmith the backport template prompts per feedback
2024-01-17 11:35:53 -08:00
Kevin Jones 43d8450d41
Tweak new API template (#96217) 2024-01-02 10:54:51 -05:00
Jeff Handley 7caa3d69b5
Migrate to the 'locker' GitHub action for locking closed/stale issues/PRs (#95432)
* Migrate to the 'locker' GitHub action for locking closed/stale issues/PRs

* Use a non-zero minute of the hour
2023-12-07 11:46:35 -08:00
Ilona Tomkowicz a69586e1f1
[wasi] Add AOT option to existing Wasi.Build.Tests (#95281)
* Added AOT to existing scenarios.

* Cleanup according to feedback.

* Revert to the initial one-file state with aot tests added.

* Missing change to the last commit.

* Revert rename

* Fix

* Start triggering WBT on wasi changes

* Only build for wasi.

* Feedback

* Share test data, move running to a function, remove `ConsoleBuildThenPublish

* Nit: fix arg order

* Re-enable tests

* add comment

* Split tests to avoid timeouts.

* Temporary arg for investigation.

* get build output for the tests

* Make wasi helix target split tests by files like browser.

* Move shared target to separate file. Revert showing build output.

* Rename: wasm -> browser, shared -> wasm.

* Update eng/testing/scenarios/BuildWasiAppsJobsList.txt

* Apply suggestions from code review

---------

Co-authored-by: Ankit Jain <radical@gmail.com>
2023-12-06 08:56:04 +01:00
Ankit Jain 283ca8387f
bump-chrome-version.yml: Use `.dotnet/dotnet` if available, else use the system installed one (#95286)
…e system installed one.

Fixes:
`/home/runner/work/_temp/a5c062c7-589b-41d2-8f29-8769ac5e9ffd.sh: line 1: .dotnet/dotnet: No such file or directory`

`.dotnet/dotnet` is installed only if version in `global.json` is not already installed system-wide.
2023-11-27 13:58:35 -05:00
Kevin Jones 804556015e
Bump dependencies of markdownlint action (#95215) 2023-11-26 11:08:32 +01:00