stale/src/classes
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
..
loggers 🎨 Add message grouping (#483) 2021-06-07 17:22:55 -04:00
state Fix spelling 2023-07-27 07:16:19 +02:00
assignees.spec.ts Configure ESLint and update configuration for Prettier (#949) 2023-03-09 14:57:55 +02:00
assignees.ts Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options" 2021-10-20 09:25:24 -04:00
exempt-draft-pull-request.ts Add state 2023-06-22 13:54:24 +02:00
ignore-updates.spec.ts Configure ESLint and update configuration for Prettier (#949) 2023-03-09 14:57:55 +02:00
ignore-updates.ts Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options" 2021-10-20 09:25:24 -04:00
issue.spec.ts Add state 2023-06-22 13:54:24 +02:00
issue.ts Add integration tests 2023-07-03 20:25:25 +02:00
issues-processor.ts Fix logging for removing nonexistent label 2023-08-11 10:38:46 -04:00
milestones.spec.ts Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options" 2021-10-20 09:25:24 -04:00
milestones.ts Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options" 2021-10-20 09:25:24 -04:00
operations.spec.ts feat(logs): add a new log when an issue consumed at least one operation (#386) 2021-05-03 09:20:07 -04:00
operations.ts feat(logs): add a new log when an issue consumed at least one operation (#386) 2021-05-03 09:20:07 -04:00
rate-limit.ts Add RateLimit 2023-07-11 09:36:52 +02:00
stale-operations.spec.ts feat(logs): add a new log when an issue consumed at least one operation (#386) 2021-05-03 09:20:07 -04:00
stale-operations.ts feat(logs): add a new log when an issue consumed at least one operation (#386) 2021-05-03 09:20:07 -04:00
statistics.ts docs(stale-issue-comment): update the docs to remove that omitting the option will not send a message (#522) 2021-09-22 09:18:19 -04:00