Michael Goderbauer
f0bfd7d641
Send examples/api PRs to the framework review queue ( #132768 )
2023-08-17 18:56:57 +00:00
Loïc Sharma
61fd11db2b
Add the 'a: desktop' label to labeler.yml ( #130933 )
...
The desktop team uses the [`a: desktop`](https://github.com/flutter/engine/pulls?q=is%3Aopen+label%3A%22affects%3A+desktop%22+sort%3Aupdated-desc ) label to [triage](https://github.com/flutter/flutter/wiki/Triage#desktop-platforms-team-team-desktop ) pull requests.
2023-07-26 23:58:55 +00:00
Ian Hickson
2bf8414a20
Update labeler for recent changes ( #130168 )
...
'team' is going away, and 'tech debt' got renamed.
2023-07-11 08:53:59 +00:00
Ian Hickson
99cb18b1a8
Update labeler to new label names ( #130040 )
...
q.v. https://flutter.dev/go/triage-2023-rfc
2023-07-06 00:00:47 +00:00
Ricardo Amador
bda64b54e1
Remove use of any ( #129793 )
...
Remove use of any. This reverts to a previous change. Without any and the newest version this put us back to before the version change.
Restores to this change: 2be476d401
Apparently any is the cause.
I will make a separate issue to track updating of the labeler documentation.
*List which issues are fixed by this PR. You must list at least one issue.*
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
2023-06-29 21:34:28 +00:00
Ricardo Amador
7587eeaa87
Update labeler yaml ( #129676 )
...
Update the labeler yaml to correct syntax and whitespace.
*List which issues are fixed by this PR. You must list at least one
issue.*
*If you had to change anything in the [flutter/tests] repo, include a
link to the migration guide as per the [breaking change policy].*
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2023-06-27 15:18:41 -07:00
Ricardo Amador
4ca398db41
Revert "Fix the matcher condition where multiple matchers are found" ( #129675 )
...
Reverts flutter/flutter#129670
2023-06-27 22:10:07 +00:00
Ricardo Amador
93b61effc2
Revert "Labeler format to remove extra single quote" ( #129674 )
...
Reverts flutter/flutter#129672
2023-06-27 22:06:51 +00:00
Ricardo Amador
8ccb71dae7
Labeler format to remove extra single quote ( #129672 )
...
*Replace this paragraph with a description of what this PR is changing
or adding, and why. Consider including before/after screenshots.*
*List which issues are fixed by this PR. You must list at least one
issue.*
*If you had to change anything in the [flutter/tests] repo, include a
link to the migration guide as per the [breaking change policy].*
## Pre-launch Checklist
- [ ] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [ ] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [ ] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [ ] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2023-06-27 15:00:35 -07:00
Ricardo Amador
ea449c33dd
Fix the matcher condition where multiple matchers are found ( #129670 )
...
Something reformatted the labeler file and removed the any formatter
conditions on the label matchers.
*List which issues are fixed by this PR. You must list at least one
issue.*
*If you had to change anything in the [flutter/tests] repo, include a
link to the migration guide as per the [breaking change policy].*
## Pre-launch Checklist
- [ ] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [ ] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [ ] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [ ] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2023-06-27 14:51:35 -07:00
Casey Hillers
2be476d401
[labeler] Fix adding labels when name is directory ( #128243 )
...
https://github.com/flutter/flutter/issues/126002
2023-06-05 21:23:05 +00:00
Michael Goderbauer
5bbd866762
Fix typos in labels ( #128093 )
2023-06-02 14:39:17 +00:00
Casey Hillers
51cb871986
[labeler] Remove use of any ( #128011 )
...
https://github.com/flutter/flutter/issues/127722
2023-06-01 16:34:07 +00:00
Casey Hillers
206371881e
Reland "Update labeler action wildcards #127524 " ( #127690 )
...
See last commit for the addition. This passes in yaml lint
https://github.com/flutter/flutter/issues/126002
2023-05-26 20:14:56 +00:00
Casey Hillers
20eb5adff4
Revert "Update labeler action wildcards" ( #127541 )
...
Reverts flutter/flutter#127524
Bad YAML format is blocking presubmit PRs.
2023-05-24 16:40:53 -07:00
Casey Hillers
99f792e085
Update labeler action wildcards ( #127524 )
...
https://github.com/flutter/flutter/issues/126002
2023-05-24 23:06:50 +00:00
Casey Hillers
bf88f6053f
[github] Add labeler action ( #126012 )
...
Part of https://github.com/flutter/flutter/issues/126002
Migrate the [Cocoon logic for labelling](https://cs.opensource.google/flutter/cocoon/+/main:app_dart/lib/src/request_handlers/github/webhook_subscription.dart;l=352 ) directly into the repo under test
2023-05-09 18:23:43 +00:00