Kate Lovett
7d891907e3
[wiki migration] Infra team pages ( #148718 )
...
This sorts the wiki pages owned by the Infra team in the docs/ directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing )
It also adds the team-infra label to the bot for future PRs.
Image assets were checked in here: https://github.com/flutter/assets-for-api-docs/pull/246
Changes to the content were only updating links. The remaining wiki links will be updated after the rest of the pages are relocated, the original wiki links still work in the meantime.
Part of https://github.com/flutter/flutter/issues/145009
2024-05-21 18:17:10 +00:00
Kate Lovett
fe9e485bde
[wiki migration] Release team pages ( #148723 )
...
This sorts the wiki pages owned by the Release team in the docs/ directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing )
It also adds the release related labels to the bot for future PRs.
Changes to the content were only updating cross links. The remaining wiki links will be updated after the rest of the pages are relocated, the original wiki links still work in the meantime.
Part of https://github.com/flutter/flutter/issues/145009
2024-05-21 17:30:35 +00:00
Kate Lovett
722c8d62fd
[wiki migration] Engine team pages ( #148696 )
...
This sorts the wiki pages owned by the Engine team in the docs/ directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing )
It also adds the engine and team-engine labels to the bot for future PRs.
Changes to the content were only updating cross links. The remaining wiki links will be updated after the rest of the pages are relocated, the original wiki links still work in the meantime.
Part of https://github.com/flutter/flutter/issues/145009
2024-05-20 23:40:42 +00:00
Kate Lovett
bf7d67d80e
[wiki migration] Framework team pages ( #148721 )
...
This sorts the wiki pages owned by the Framework team in the docs/ directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing )
It also adds the framework related labels to the bot for future PRs.
Changes to the content were only updating cross links. The remaining wiki links will be updated after the rest of the pages are relocated, the original wiki links still work in the meantime.
Part of https://github.com/flutter/flutter/issues/145009
2024-05-20 23:40:35 +00:00
Kate Lovett
49bc6bd54f
[wiki migration] Ecosystem team pages ( #148589 )
...
This puts the wiki pages owned by the Ecosystem team into the docs/ecosystem directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing )
It also adds the ecosystem team labels to the label bot for future PRs.
Changes to the content were only updating cross links. The remaining wiki links will be updated after the rest of the pages are relocated, the original wiki links still work in the meantime.
Part of https://github.com/flutter/flutter/issues/145009
2024-05-20 17:44:39 +00:00
Michael Goderbauer
d6a7f346f5
Update labeler.yml ( #141697 )
...
* `flutter_web_plugins` didn't have a label that would make PRs show up for team triage, now they are assigned to the web team so they don't fall through the cracks
* `flutter_goldens_client` doesn't exist anymore, deleted
* `integration_test` PRs should be treated like `flutter_test` or `flutter_driver` PRs and get the `a: tests` label.
2024-01-18 21:26:06 +00:00
Michael Goderbauer
c0a4c34f36
Label "flutter_localizations" PRs with "framework" ( #141654 )
...
Make sure that these PRs don't slip through the cracks and only get caught during the stale PR review in critical triage.
2024-01-17 17:21:29 +00:00
Drew Roen
e69024d6ee
Fix labeler not actually doing any labeling ( #139596 )
...
https://github.com/flutter/flutter/issues/139511
The initial formatting that landed just prevented it from failing, but it turns out the new format is completely overhauled.
2023-12-05 22:43:05 +00:00
Drew Roen
a82ae2322d
Update labeler version, fix yaml to work with v5 ( #139564 )
...
This fixes https://github.com/flutter/flutter/issues/139511
* A bug has been fixed with `sync-labels`, meaning this needs to be a boolean now. Setting to `true` to match v4 logic.
* in `labeler.yml`, all labels must be a list of globs, so updated them all to be a list of `any`.
* Update the version to v5
This is a little annoying to test, since the way github actions works means that changes to workflows aren't run until after they are merged. A workaround is I forked these labeler changes to a new branch in my own repo and created a PR to merge to that branch, seen here: https://github.com/drewroengoogle/flutter/actions/runs/7102118110/job/19331743809?pr=2 . Note the step `Run actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9` which ensures we are running on the latest labeler version in that check.
2023-12-05 16:22:56 +00:00
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