Commit Graph

17 Commits

Author SHA1 Message Date
godofredoc
732429e35b Revert no-response to fork. (#129775)
The core action is not scaling well for the # of Prs and bugs of the flutter project.

Bug: https://github.com/flutter/flutter/issues/129771
2023-06-30 04:20:09 +00:00
godofredoc
9f1809b578 Fix syntax error in no-response (#129588)
The comma needs to be enclosed in the quotes.


## 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].
- [X] I listed at least one issue that this PR fixes in the description
above.
- [X] I updated/added relevant documentation (doc comments with `///`).
- [X] 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-26 16:22:55 -07:00
godofredoc
bac0589539 Process only specific labels. (#129475)
To avoid trying to process all the open bugs in flutter/flutter.
2023-06-26 16:02:07 +00:00
godofredoc
0f006ea0dd Fix issues with no response bot. (#129470)
This is also increasing the number of items to be evaluated on each iteration.
2023-06-24 04:03:59 +00:00
godofredoc
11f1ae6f83 Add r: timeout label to bugs/pr closed by no response bot. (#129408)
Adds r: timeout to bugs closed by inactivity.

Bug: https://github.com/flutter/flutter/issues/104962
2023-06-23 16:27:51 +00:00
godofredoc
3f90620ad0 Update no response to use core action. (#129405)
This is to use a maintained version of the no-response action.

Bug: https://github.com/flutter/flutter/issues/127450
2023-06-23 04:17:16 +00:00
godofredoc
b59281ce52 Reland: Update no response action to include the fix to sort bugs properly (#94837) 2021-12-07 20:09:04 -08:00
godofredoc
0870f295e1 Revert "Update no response action to include the fix to sort bugs properly. (#94829)" (#94833)
This reverts commit 7d3b13638f.
2021-12-07 16:45:41 -08:00
godofredoc
7d3b13638f Update no response action to include the fix to sort bugs properly. (#94829) 2021-12-07 15:39:02 -08:00
godofredoc
09a1275be0 Revert "Update the version of no-response bot. (#92281)" (#92288)
This reverts commit ba8cb1fc89.
2021-10-21 14:57:52 -07:00
godofredoc
ba8cb1fc89 Update the version of no-response bot. (#92281) 2021-10-21 13:38:05 -07:00
godofredoc
4ad8c15f34 Make no-response plugin no-op for forks. (#88058)
This will still run the workflow in forks but it will exit immediately
if the repository is not flutter/flutter.

Bug: https://github.com/flutter/flutter/issues/87573
2021-08-11 14:40:28 -07:00
godofredoc
c11efb5016 Re-lands the change to enable the no-response bot (#87381)
* Re-lands the change to enable the no-response bot which was reverted on #87361.

This is the second retry which was now validated using the github
workflows UI.

Bug: https://github.com/flutter/flutter/issues/87360

* Remove trailing spaces.
2021-07-30 16:20:17 -07:00
godofredoc
3ca8d7b79d Revert "Re-land no-reponse bot. (#87372)" (#87377)
This reverts commit 38a6c8a418.
2021-07-30 15:06:40 -07:00
godofredoc
38a6c8a418 Re-land no-reponse bot. (#87372) 2021-07-30 14:49:03 -07:00
godofredoc
bdca3391b4 Revert "Add no-response workflow. (#87318)" (#87361)
This reverts commit ee06781362.
2021-07-30 11:38:44 -07:00
godofredoc
ee06781362 Add no-response workflow. (#87318) 2021-07-30 11:09:04 -07:00