Commit Graph
19 Commits
Author SHA1 Message Date
Ross BrodbeckandGitHub c72e3d7ff2 Fix stale closing logic by removing close date addition (#93) 2020-06-08 12:45:13 -04:00
Ross BrodbeckandGitHub b6f9559915 Update logging to be info level, fix un-staling of issues (#83)
* The bot would un-stale issues because of how it checked staleness
* Made logging info by default so its easier to troubleshoot customer issues/runs
* Updated operation counts
2020-05-26 09:16:38 -04:00
Ross BrodbeckandGitHub 96b682d29f Fix an issue where the bot doesn't ignore its own comments (#73) 2020-05-18 20:33:59 -04:00
Ross BrodbeckandGitHub 5ce6b77f2c Fix issue close/stale dates (#72)
Added tests to confirm behavior.
2020-05-18 20:08:31 -04:00
Ross BrodbeckandGitHub e611bf905b Close stale issues even if they were just marked stale (#64) 2020-05-11 11:15:05 -04:00
Ross BrodbeckandGitHub 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 BrodbeckandGitHub 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
Ross BrodbeckandGitHub a23bda33c4 Update the readme, add a test (#46)
* Add a test to days = -1
* Update the readme on how to build it
2020-04-16 14:23:28 -04:00
Ross BrodbeckandGitHub 78921b6863 one more fix to the actions yml 2020-04-16 14:05:24 -04:00
Ross BrodbeckandGitHub 29c3838f9a Fix parsing issues with action.yml 2020-04-16 14:03:58 -04:00
Ross BrodbeckandGitHub ae12f32ff1 Create test.yml 2020-04-16 13:58:47 -04:00
Ross BrodbeckandGitHub 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
Ross BrodbeckandGitHub e78f171ed1 Fix main entrypoint in action yml (#43) 2020-04-14 14:02:29 -04:00
Ross BrodbeckandGitHub 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 BrodbeckandGitHub d179b42b05 Fix closing tag in only-labels description
Fix closing tag in only-labels description
2020-04-14 13:23:46 -04:00
Ross BrodbeckandGitHub 3d5d474504 Merge pull request #22 from yuya-takeyama/only-labels-pr
Add only-labels option
2020-04-13 07:19:13 -04:00
54897a34f9 Fix labelsOnly description so it is easier to understand
Co-Authored-By: Stephan Miehe <49914758+stephanmiehe@users.noreply.github.com>
2020-04-13 07:17:15 -04:00
Ross BrodbeckandGitHub c5c8bac9c4 Merge pull request #16 from actions/dont-close-option
Add option to not close stale issues/prs
2020-04-13 07:12:39 -04:00
Ross BrodbeckandGitHub ee2e3ba115 Merge pull request #25 from actions/IAmHughes/update-docs
Update README.md example workflows to latest release version
2020-04-13 07:11:27 -04:00