Commit Graph

35 Commits

Author SHA1 Message Date
Jakub Sokołowski ff82b146ab
drop moving PRs to the TO REBASE column
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-19 16:55:12 +02:00
Jakub Sokołowski c4d66646fb
add PR number to relevant log messages
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-30 13:48:59 +02:00
Jakub Sokołowski a615eba94b
move PRs with conflict to TO REBASE column
Resolves:
https://github.com/status-im/status-mobile/issues/13497

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-30 13:48:24 +02:00
Jakub Sokołowski 9b726b326b
lower errors about repos without project to warning
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-30 12:44:22 +02:00
Pedro Pombeiro 6d63663d11
Make minimum number of approvers configurable 2019-08-05 11:25:55 +02:00
Pedro Pombeiro 2f1d5af807
trigger-automation-test-build: Add logic to process existing PRs when app starts 2019-05-02 13:24:05 +02:00
Pedro Pombeiro 36a6b58ed1
Migrate deprecated octokit method calls 2019-01-22 18:21:34 +01:00
Pedro Pombeiro bc135c4c2e
assign-approved-pr-to-test: Filter out statuses from `e2e-tests-check-bot` in `getReviewApprovalState` when state is `unstable` 2019-01-22 18:11:52 +01:00
Pedro Pombeiro 113578ad1a
trigger-automation-test-build: only look for Android e2e build result 2019-01-10 15:14:56 +01:00
RealPhi 59f7019b29 Fixes #12: Added users list pagination 2018-07-03 11:20:44 +02:00
Pedro Pombeiro 2c1d67e829
greet-new-contributor: Fix Slack users not getting notified 2018-04-23 18:38:03 +02:00
Pedro Pombeiro 2502a4a242
assign-approved-pr-to-test: Add some logging and allow disabling initial delay 2018-04-18 12:56:26 +02:00
Pedro Pombeiro 3f3282e19c
Add bot script to tip kudos recipients. Closes #21 2018-04-03 18:08:58 +02:00
Pedro Pombeiro 8c701a61fa
Add support for caching Slack profile data in production using Memcached 2018-03-31 19:35:39 +02:00
Pedro Pombeiro 000977a2c1
Add support for caching the Slack user profiles locally 2018-03-29 17:16:30 +02:00
Pedro Pombeiro 47256d7dcc
Extend Slack profile cache to support retrieving more data from profile 2018-03-29 17:16:27 +02:00
Pedro Pombeiro d40681a426
Refresh GitHub<->Slack user mapping every 24 hours 2018-03-28 18:11:36 +02:00
Pedro Pombeiro ffca465ccc
Refresh GitHub<->Slack user mapping every 24 hours 2018-03-27 21:24:51 +02:00
Pedro Pombeiro 44662eeed2
Cleanup 2018-03-27 20:39:11 +02:00
Pedro Pombeiro a183bbfe88
Improve bot so that it doesn't consider issue for IN TEST column if it is labeled as already tested 2018-03-14 14:06:59 +01:00
Pedro Pombeiro fef64a854b
Code cleanup 2018-02-23 14:28:00 +01:00
Pedro Pombeiro 2efe7e508c
Minor performance improvement 2018-02-23 14:27:57 +01:00
Pedro Pombeiro 519d0dfed9
Extract additional reusable GitHub-related methods into `github-helpers.js` 2018-02-22 16:37:53 +01:00
Pedro Pombeiro 0cc1533300
Simplify JS code 2018-02-20 13:08:31 +01:00
Pedro Pombeiro a9eb8d117a
Simplify Slack-GitHub cache 2018-02-15 01:10:03 +01:00
Pedro Pombeiro b6090f36a2
Remove dependency on `probot-slack-status` package, and improve usability by adding Slack clients to `robot` object 2018-02-14 13:01:22 +01:00
Pedro Pombeiro 3a93bbc89e
Move bot user name to slack.js 2018-02-13 17:06:55 +01:00
Martin Klepsch 515e5d4539
add bot script to notify PR reviewers via slack; fix #4 2018-02-13 17:00:27 +01:00
Pedro Pombeiro 9ff69661a1
Add script to trigger automated tests build when PR is moved to IN TEST column. Closes #15 2018-02-08 09:56:34 +01:00
Pedro Pombeiro 9d25bbe951
Store Slack IDs instead of user names 2018-02-06 22:23:08 +01:00
Pedro Pombeiro dc250d6d52
Implement rudimentary version of dynamic Slack to GitHub ID username mapping. Part of #12 2018-02-04 19:26:57 +01:00
Pedro Pombeiro bf14c32d9d
Fix linting issues. Add `eslint` package 2018-01-28 09:41:40 +01:00
Pedro Pombeiro 038944f361
Make the functionality to move a PR to test a scheduled task, instead of an event handler
Sidesteps the problem that a build will still be running when we get the event, and therefore we'll never be in a position where all checks have passed
2018-01-24 01:04:49 +01:00
Pedro Pombeiro a5f4354743
Code cleanup 2018-01-23 17:00:27 +01:00
Pedro Pombeiro b01aae82a4
Add default `github-bot.yml` config 2018-01-22 18:47:23 +01:00