stale/src
Josh Soref deab8514c2 Fix logging for removing nonexistent label
https://github.com/jsoref/stale-bot-debug/actions/runs/5828506506/job/15806335430#step:2:97

::group::[#2] Issue #2
[#2] Issue #2
...
  [#2] Removing all the labels specified via the labels-to-remove-when-stale (​https://github.com/actions/stale#labels-to-remove-when-stale​) option.
  [#2] Removing the label "label-to-add-when-unstale" from this issue...
  Error: [#2] Error when removing the label: "Label does not exist"

The quotes on this last line make it look like the action was trying to
remove a label named `Label does not exist`.

This change removes the quotes to make it clear that the text is just an
error message (which is implied by the `:`) as opposed to the name of a
label, which is the reading one gets from the inclusion of additional
quotes around the text.
2023-08-11 10:38:46 -04:00
..
classes Fix logging for removing nonexistent label 2023-08-11 10:38:46 -04:00
enums Remove labels on stale (#959) 2023-03-21 14:11:19 +01:00
functions [Bugfix-795] Fix date comparison edge case (#816) 2022-09-12 09:38:46 -04:00
interfaces Add RateLimit 2023-07-11 09:36:52 +02:00
services Use cache instead of artifacts 2023-06-30 10:15:37 +02:00
types Add a start date option to ignore old issues and PRs (#269) 2021-01-17 20:22:36 -05:00
main.ts Add RateLimit 2023-07-11 09:36:52 +02:00