Граф коммитов

68 Коммитов

Автор SHA1 Сообщение Дата
Odonno 12aea5fd86 fix: rename bot login 2019-02-09 12:12:40 +01:00
Odonno 46ae1b1ad0 refactor: simplify constant names 2019-01-26 17:51:18 +01:00
Odonno 10b5148354 refactor: create a constants file 2019-01-26 17:41:48 +01:00
Odonno eae2ced1c8 docs(readme): show default value of environment variables 2019-01-26 16:09:38 +01:00
Odonno d167c122e1 feat: alert PR assignees when there is no activity fix #17 2019-01-26 15:33:24 +01:00
Nikola Metulev 5e264acfd4
Merge pull request #15 from nmetulev/inactivePRreviewComment
Use reviews comment dates to make sure of the inactivity of a PR
2018-03-28 10:02:19 -07:00
Odonno 60627b56b5 fix(inactivePRs): use reviews comment dates to make sure of the inactivity of a PR 2018-03-28 10:38:36 +02:00
David Bottiau 60036f56c4
Merge pull request #11 from nmetulev/inactivePRs
Inactive PRs
2018-03-20 20:49:49 +01:00
Odonno 74fc3b809b merge 2018-03-20 20:48:34 +01:00
Nikola Metulev 20b93aaf4d
Merge pull request #13 from nmetulev/autoLabelPRinProgress
Auto label PR in progress
2018-03-19 19:35:54 -07:00
Odonno b6d90f7509 refactor(autoLabelPRinProgress): filter issues if their labels are not updated by the function 2018-02-19 19:50:36 +01:00
Odonno 53f0b43077 docs(readme): add autoLabelPRinProgress section description 2018-02-18 23:12:38 +01:00
Odonno db512298be feat(autoLabelPRinProgress): automatically add or remove label on issues linked to PR in progress 2018-02-18 23:10:18 +01:00
Odonno b5416843c3 merge 2018-02-18 17:24:12 +01:00
Odonno e79dc7253d docs(inactivePRs): add function info on readme 2018-02-18 17:19:39 +01:00
Odonno 8bb856307f feat(inactivePRs): send alert when a PR is inactive 2018-02-18 17:16:53 +01:00
Nikola Metulev f3d2afcbdd
Merge pull request #8 from nmetulev/checkMilestoneByDueDate
Use state instead of number to determine issues to check
2017-10-27 13:07:30 -07:00
Odonno aaeba94267 fix(inactiveIssues): use state instead of number to determine issues to check 2017-10-27 20:54:15 +02:00
David Bottiau 4665a69070 Merge pull request #6 from nmetulev/improveInactiveIssuesFunction
Improve inactive issues function
2017-10-23 22:49:10 +02:00
Odonno 7fc3d542da merge 2017-10-23 22:48:42 +02:00
Nikola Metulev 451352a1c1 Merge pull request #5 from nmetulev/pendingUservoiceEntry
Pending uservoice entry
2017-10-23 12:18:33 -07:00
Odonno 4d9f6a6350 fix(inactiveIssues): fix filter for issues no in milestone 2017-10-23 19:49:41 +02:00
Odonno 85ff7c8992 refactor(pendingUservoiceCreation): use NUMBER_OF_DAYS_WITHOUT_ACTIVITY env variable 2017-10-23 19:46:35 +02:00
Odonno ebf179a5ad refactor(pendingUservoiceCreation): remove sendgrid function output 2017-10-22 12:48:58 +02:00
Odonno 478ecdec82 tests(inactiveIssues): add tests to the function 2017-10-22 12:47:36 +02:00
Odonno 98da98ec13 Merge branch 'master' into improveInactiveIssuesFunction 2017-10-22 12:41:31 +02:00
Odonno 682d364846 tests(pendingUservoiceCreation): add tests to function 2017-10-22 12:40:52 +02:00
Odonno c698e7dc24 Merge branch 'master' into pendingUservoiceEntry 2017-10-22 12:32:06 +02:00
Nikola Metulev d3c02c14c7 Merge pull request #7 from nmetulev/tests
Write default tests and write log content
2017-10-21 22:22:39 -07:00
Odonno 526c7dc4de tests: write default tests and write log content 2017-10-21 13:20:16 +02:00
Odonno 16d92b35da feat(inactiveIssues): make decisions based on issue milestone if future, current or not 2017-10-18 21:05:05 +02:00
Odonno b0ae5532c2 feat(inactiveIssues): check issues based on milestones 2017-10-18 20:34:11 +02:00
Odonno d1e27e4452 chore: rename inactiveIssues function 2017-10-18 19:52:43 +02:00
Odonno 5a23b802b1 docs(readme): add pendingUservoiceCreation block 2017-10-17 23:21:48 +02:00
Odonno f9c4525ad6 feat(pendingUservoiceCreation): send mail when detecting issues with pending uservoice creation 2017-10-17 23:21:25 +02:00
Nikola Metulev 5c8a89f78e Create LICENSE 2017-10-16 20:37:44 -07:00
Nikola Metulev 1b570ed5d1 removed mail option 2017-10-16 20:33:22 -07:00
Nikola Metulev 16cd2fc59a updated exlusivelabels 2017-10-16 20:13:52 -07:00
Odonno bdf6a2d005 feat(noResponseFromCommunity): add a list of contributors to alert 2017-10-14 13:33:30 +02:00
Odonno d152ae9bce docs(readme): add docs on functions 2017-10-07 20:37:06 +02:00
Odonno 2708fdc0fb docs(readme): add info about new env variables 2017-10-07 20:28:44 +02:00
Odonno e2d98772f9 feat: add ability to send mails as output of a function 2017-10-07 11:29:37 +02:00
Odonno 78932f34a5 feat(github): use rest api instead of graphql api to close issue 2017-10-06 20:58:54 +02:00
Odonno eb26bab838 feat: add env variables to update days check in each function 2017-10-06 20:27:03 +02:00
Odonno 1ebb277b0c feat(unclosedIssuesInMergedPr): sort unclosed issue number in message 2017-10-06 19:53:04 +02:00
Odonno a772c0d1a4 fix(munclosedIssuesInMergedPr): check linked issue in body message of a PR too 2017-10-06 19:47:44 +02:00
Odonno b5b4bd81f9 feat: add more logs on each function 2017-10-06 19:39:55 +02:00
Odonno 89f198f293 fix: complete function based on the presence of a request object 2017-10-05 15:24:44 +02:00
Odonno bb108f105b fix(triggers): send correct output response 2017-10-04 22:54:40 +02:00
Odonno d3a2629cae fix: fix unclosed issues linked to merged pr function 2017-10-04 22:45:43 +02:00