stale/__tests__
Ben Villalobos b1da9e1fb1
Add support for adding & removing labels when no longer stale (#468)
* Add support for adding & removing labels when no longer stale

* Add remove/addLabelsWhenUpdatedFromStale to relevant spec files. Modify arguments to remove ambiguity in 'labels' var & parameter

* Change parameters for clarity, let autoformat do its thing

* PR feedback: More useful logging when removing labels

* Wrap client calls in try catches

* Use Unstale in variable names

* Don't run add label logic under debug

* Add test for labels added to unstale issues

* PR Feedback: logging

* Update README

* Rename vars to labels-to-add/remove-when-unstale

* Apply doc suggestions from code review

Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com>

* PR Feedback

Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com>
2021-06-08 09:31:20 -04:00
..
classes feat(statistics): display some stats in the logs (#337) 2021-03-01 15:34:35 -05:00
constants Add support for adding & removing labels when no longer stale (#468) 2021-06-08 09:31:20 -04:00
functions 🎨 Add message grouping (#483) 2021-06-07 17:22:55 -04:00
any-of-labels.spec.ts 🎨 Add message grouping (#483) 2021-06-07 17:22:55 -04:00
assignees.spec.ts feat(statistics): display some stats in the logs (#337) 2021-03-01 15:34:35 -05:00
main.spec.ts Add support for adding & removing labels when no longer stale (#468) 2021-06-08 09:31:20 -04:00
milestones.spec.ts feat(statistics): display some stats in the logs (#337) 2021-03-01 15:34:35 -05:00
only-labels.spec.ts 🎨 Add message grouping (#483) 2021-06-07 17:22:55 -04:00
operations-per-run.spec.ts 🎨 Add message grouping (#483) 2021-06-07 17:22:55 -04:00
remove-stale-when-updated.spec.ts 🎨 Add message grouping (#483) 2021-06-07 17:22:55 -04:00