Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Gang Wang 8d2b04c305
Add the reminder to run VS Perf DDRITs when deployed assemblies change (#9875)
* Add the reminder to run VS Perf DDRITs when deployed assemblies change

* Add one more condition and improve the reply

* Modify the notification
2024-03-22 10:07:59 +08:00
AR-May 4d4fb27453
Remove needs-triage label from github issues templates (#9815) 2024-03-04 17:25:10 +01:00
AR-May d419a7a9a2
Make fabric bot use label "triaged" instead of "needs-triage". (#9688) 2024-02-27 09:21:01 +01:00
dotnet-policy-service[bot] 66bd9cbc03
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#9708)
* 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

---------

Co-authored-by: dotnet-policy-service[bot] <123482357+dotnet-policy-service[bot]@users.noreply.github.com>
2024-02-08 09:14:46 +01:00
AR-May 5df2181ebb
Add CODEOWNERS file. (#9530)
Fixes #9513

Context
Creation of CODEOWNERS file as per request in issue. Having a code owners file would also be generally useful when opening PRs in this repo, as it can sometimes be difficult and time consuming to determine who should be included as a reviewer.

Changes Made
Added @dotnet/source-build-internal as code owners for SB files
Added @dotnet/kitten as code owner for some of files and folders.

Testing
No testing
2023-12-13 16:39:05 +01:00
Forgind 7dd2fa9d5a
Add needs-triage to feature requests (#8624)
We need to look at feature requests and approve them or reject them as appropriate. This adds a label to ensure we notice it as part of our triage process.
2023-04-04 10:00:18 +08:00
Jenny Bai a941d4d41b
Add feature request template (#8566)
Fixes #8517
2023-03-28 14:15:59 -05:00
Forgind e13070a7f8
Tell bot to only post when a PR is opened or reopened and let it target more servicing branches (#8583)
This updates the bot that currently posts whenever any action is taken on a PR targeting 17.4 (i.e., opened, closed, reopened, commented on, etc.) to only post when the action is to open or reopen a PR. It also extends the branches for which this takes effect to include a number of vs* branches, including some that don't currently exist.

I think this is the final or penultimate iteration. Specifically, I don't think it will fire if you target main, then retarget to vs* without closing and reopening it...unfortunately, retargeting isn't something fabric bot understands. We can add "label added:Servicing-approved" to the list of options as a proxy. That isn't perfect, but it would make it slightly more robust and slightly noisier. I'm open to doing that or not doing that.
2023-03-28 13:47:58 -05:00
Forgind b84faa7d0d
Test that VS needs an exact path (#8555)
Permit testing if fabric bot needs an exact path
2023-03-20 21:45:07 -07:00
Forgind 20614d22a5
Add PR bot action (#8500)
This may not work as intended, primarily because vs* may not expand to vs17.4/etc. I'm proposing merging this, since it shouldn't hurt, then checking to see if it works and tweaking it if not.
2023-03-10 13:42:24 -08:00
Vlada Shubina 2b4c585fbe
switched to YAML github tempaltes (#8423)
Fixes #8403

Context
Updated issue templates to YAML configuration, which allows to create a form instead of markdown.

You can see the layout of forms here: https://github.com/vlada-shubina/msbuild/tree/github-issues/.github/ISSUE_TEMPLATE
2023-02-14 10:40:45 +08:00
adr26 dba9b23435
Update links referencing git branches from master -> main (#8437)
Fix other broken links.

Fixes #8438

Context
The primary branch for msbuild (and a number of other projects) has been migrating from 'master' to 'main'. A number of links reference the old 'master' branch name and are broken.

Changes Made
This PR updates those that have changed to 'main', along with updating a couple of other broken links.

Testing
Relying on the CI tests :)

Notes
It's my first MSBuild PR, apologies if there I've missed anything!
2023-02-12 12:13:23 +08:00
Jan Krivanek 03dae90561
Introduce backport GHA (#8368)
Context
Introduces backport GitHub action for automation-aided propagation of changes between branches.

usage:
comment
/backport to <target bracnh>
on PR that needs to be backported (ideally after merging). New PR will be created backporting to the requested branch.
2023-02-08 17:35:18 +08:00
Ben Villalobos b1b0a8bd74
Simplify labeler bot (#7861)
Remove unused tasks or tasks we manually do anyway.

Collapse `needs-attention` into `needs-triage`
2022-08-08 09:16:31 +02:00
msftbot[bot] 1e386a0b5a
Add `.github/fabricbot.json` (#7756)
TL;DR; Requesting to add FabricBot configuration associated with your repository to .github/fabricbot.json.

Context

FabricBot is now a config-as-code-only platform. As a result, while you can still use the FabricBot Configuration Portal to modify your FabricBot configuration, you can no longer save the changes. The only way to save changes to your configuration at the moment is to export configuration from the portal and upload the exported configuration to .github/fabricbot.json in your repository. In this pull request, we are adding your FabricBot configuration to your repository at .github/fabricbot.json so that you can make changes to it going forward.

While the FabricBot Configuration Portal is the only way to modify your FabricBot configuration at the moment, we have a feature on our backlog to publish the JSON schema defining the structure of the FabricBot configuration file. With the JSON schema, you can (1) use a plaintext editor of your choice to modify the FabricBot configuration file and use the schema to validate the file after editing or (2) configure VS Code to use the schema when editing FabricBot configuration file to take advantage of convenience features such as automatic code completion and field description on mouseover.

Pull Request Create, a MerlinBot Extension, was used to automatically create this pull request. If you have any questions or concerns with this pull request, please contact MerlinBot Expert DRI.
2022-07-17 10:37:56 -07:00
Forgind 540857482a
Create unhandled exception message (#7392)
Create unhandled exception message
2022-02-18 13:53:58 -08:00
Rainer Sigwald 85bbf397ce
Introduce Dependabot (#7046)
Guidance from dnceng is to use Dependabot instead of Darc/Maestro to manage updating packages to non-.NET or GA versions of packages (anything that's not "the current development build").

This commit introuduces Dependabot and moves some of our dependencies to be managed by it--specifically the ones that are build/test-time only and the ones that are embedded into our outputs. We should have free reign to control the versions of those any time without introducing downstream dependency problems.
2021-11-23 09:45:56 -06:00
Ben Villalobos 44b2a30969
Issue templates apply needs-triage (#6557)
Updating untriaged to needs-triage was done for consistency (needs-attention/design/more-info), ease of search/use (no spaces, all lowercase). Not to mention `untriaged` eventually meant some combination of "find a bucket this fits in" and "this needs attention".

However updating the label requires an update to our bug templates that apply those labels.
2021-06-17 04:42:52 -05:00
Ben Villalobos 27981f15c4
Assign Blank Issues the Untriaged Label (#6030) 2021-01-13 15:22:42 -08:00
Ben Villalobos 549260c7da
Improve PR Template Baseline (#5946) 2021-01-08 09:50:44 -08:00
Immo Landwerth b33e5486fa
Use .NET Foundation Code of Conduct (#5708)
This addresses dotnet/org-policy-violations#2274. For more details, see:

	https://github.com/dotnet/org-policy/blob/master/doc/PR15.md
2020-09-04 10:47:21 -05:00
Ben Villalobos 94465fd0a6
Added untriaged labels to new issues (#5561)
This should help with our bug triage meeting.
2020-07-31 09:35:37 -07:00
Rainer Sigwald ee5bfa7886
Move issue templates into SHOUTY folder names (#5521)
The folder names are case sensitive.

Co-authored-by: Ben Villalobos <bevillal@microsoft.com>
2020-07-17 10:41:49 -05:00
Ben Villalobos 05e7b1fecf
A Better Issue Template (#5380)
* Initial commit on a better issue template.

* Updated format and placed the templates in the proper folder

* Update folder structure, add PR template.

* Config.yml and PR adjustments

Emojis for different templates
Regression is its own section
Added warning for sharing binlogs

* Emoji for bug report

* Added runtime option for issue creation.

* First draft "My Build is Broken" template

* Responding to PR feedback

* Responding to PR feedback.

Notable adding a PR template for shiproom PRs.
2020-07-16 09:12:11 -07:00
Forgind c1c563a3c2
Fixed typo in the issue template (#5088) 2020-01-28 09:13:14 -08:00
Rainer Sigwald e0ad1fc5cd Copy code-of-conduct information to GitHub path
When included in this magic path, GitHub will show the CoC in its UI in
various places.

https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/
2018-03-19 16:51:10 -05:00
Mihai Codoban f25855422c
Add an issue template (#2686) 2017-11-02 14:34:01 -07:00