Ross Brodbeck
5ce6b77f2c
Fix issue close/stale dates ( #72 )
...
Added tests to confirm behavior.
2020-05-18 20:08:31 -04:00
PJ Quirk
71d46bfe23
Fix for logging error types instead of strings in the main try/catch ( #66 )
...
* Bump actions core for more lenient command inputs
* Fix issue with issues that are old and unlabeled
2020-05-12 15:23:00 -04:00
Ross Brodbeck
e611bf905b
Close stale issues even if they were just marked stale ( #64 )
2020-05-11 11:15:05 -04:00
Ross Brodbeck
1e900bc060
Update docs and version so we can move to v3 ( #63 )
...
* Update docs and version
* Fix readme typo
2020-05-11 10:54:55 -04:00
Ross Brodbeck
3838b887be
Remove stale labels and ignore stale issues with comments ( #58 )
...
* Ignore issues that have recent comments and ignore the stale label. Defaulting to this behavior but added an option to turn it off.
* Fix up tests a bit to make this runnable. Add a test for the logic.
* Add vscode debugging configuration.
2020-05-11 10:46:03 -04:00
micnncim
4f9b6a7a5c
Fix typo in IssueProcessor.ts ( #54 )
2020-05-04 13:19:08 -04:00
James M. Greene
ae2c5c5308
Prevent processing of locked/closed issues/PRs ( #52 )
...
Fixes #50
Fixes #51
2020-04-27 07:53:58 -04:00
Ross Brodbeck
aad6ffa865
Refactor issue processor ( #45 )
...
* Refctor into an issue processor, add debug mode
* Move processor to use its own types so testing is easier
* Add more tests
2020-04-16 13:57:59 -04:00
Ryan Wilson-Perkin
6127f8ef7a
Allow multiple exempt labels ( #19 )
...
* Update description to clarify exempt labels
* [breaking change] Use array for exempt labels
* Switch to a comma separated string for exempt labels
* Update descriptions for multiple labels
* Update examples for exempt labels
* lint: apply fixes
* Re-generate transpiled output
2020-04-15 21:33:09 -04:00
Ross Brodbeck
60b5a6b134
Cleanup release ( #42 )
...
Fix up the release pipeline, add linting and clean up a bit.
2020-04-14 13:28:00 -04:00
Ross Brodbeck
3d5d474504
Merge pull request #22 from yuya-takeyama/only-labels-pr
...
Add only-labels option
2020-04-13 07:19:13 -04:00
Yuya Takeyama
8588c16319
Add only-labels
2019-09-27 22:50:35 +09:00
Danny McCormick
b8e29997c6
Clean up
2019-09-05 09:57:15 -04:00
damccorm
2521dbb244
Add option to not close stale
2019-09-04 16:38:09 -04:00
Ryan Wilson-Perkin
9f69ef12ad
Feature: Exempt labels from action ( #11 )
...
* Change name to isLabeled for re-use with "exempt"
* Add args for exempt labels
* Skip operation if labeled exempt
* Only check for exempt label if defined
Since the exempt label parameter is not required, we don't want to both
checking for it if it was not defined.
* Don't reduce operationsLeft if exempt
This variable just tracks the number of operations we're using to avoid
rate limiting. Since the exempt check wouldn't result in a rate-limited
request, we don't need to reduce the variable.
* Update the action.yml with new exempt values
* Update README with example of exempt labels
* Remove redundant defaults
2019-08-27 15:58:14 -04:00
John Briggs
0cad222e9d
Fix wasLastUpdatedBefore to be in days, not hours ( #8 )
...
The parameters and variables names make it seem like this is the intended behavior.
2019-08-19 14:28:41 -04:00
Shawn Napora
898b0bc63f
format, IssueLabels -> IssueLabel
2019-08-07 10:36:13 -04:00
Shawn Napora
1acc1d62d9
bugfix for case insensitive issues
2019-08-07 10:14:20 -04:00
Shawn Napora
f9ffc05520
Merge pull request #4 from actions/case-insensitive-label
...
Update label comparison to be case insensitive
2019-08-07 09:32:59 -04:00
Shawn Napora
9e2da93435
added debug
2019-08-07 09:31:04 -04:00
Shawn Napora
9ad2bf1e30
updated label comparison to be case insensitive
2019-08-06 18:29:11 -04:00
Shawn Napora
1aa89de5b1
fix pr message to be optional
2019-08-06 18:26:47 -04:00
Danny McCormick
dc7133054e
Add most recent action
2019-08-06 16:25:08 -04:00
Chris Patterson
62b122fb5f
Initial import
2019-08-03 21:34:59 -04:00