Commit Graph

184 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 2441f3c6cc
avoid deprecation warnings about listForRepo
```
DEPRECATED (@octokit/rest): `issues.getForRepo()` is deprecated, use `issues.listForRepo()`
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-30 12:44:23 +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
Jakub Sokołowski 9f8282fe3d
avoid deprecation warnings about moveProjectCard
Otherwise we get:
```
DEPRECATED (@octokit/rest): `projects.moveProjectCard()` is deprecated, use `projects.moveCard()`
DEPRECATED (@octokit/rest): "id" parameter has been renamed to "card_id"
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-30 11:39:34 +02:00
dependabot[bot] bf35bd6c28 Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-17 09:48:04 +02:00
dependabot[bot] b518f6fd32 Bump https-proxy-agent from 2.2.1 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-16 16:47:16 +02:00
Jakub Sokołowski d0e72ddb05 update names and format of e2e job arguments
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-11 16:38:42 +02:00
Pedro Pombeiro 6d63663d11
Make minimum number of approvers configurable 2019-08-05 11:25:55 +02:00
dependabot[bot] 823d4d3298 Bump axios from 0.18.0 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-16 12:39:28 -04:00
dependabot[bot] d7b03bd0b5 Bump js-yaml from 3.12.1 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-15 09:47:06 -04:00
dependabot[bot] 114eee5cf1 Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-15 08:45:36 -04:00
Pedro Pombeiro 765111ea52
Remove stale bot which will become standalone 2019-05-10 17:19:06 +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 84642ac51f
trigger-automation-test-build: Improve logging 2019-03-26 17:47:46 +01:00
Pedro Pombeiro ee082627c4
trigger-automation-test-build: Keep checking PR while android build is failing and trigger once build is passing 2019-02-27 11:23:11 +01:00
Pedro Pombeiro be11124f17
Allow configuring of e2e tests kickoff column 2019-02-25 21:10:32 +01:00
Pedro Pombeiro 95bd93d4d3
trigger-automation-test-build: Trigger on `REVIEW` column, instead of `TO TEST` 2019-02-25 13:33:59 +01:00
Pedro Pombeiro a836085864
Update `probot-scheduler` in order to avoid DEPRECATED warnings in log 2019-01-31 19:00:41 +01:00
Pedro Pombeiro 5db357aca6
Update `probot-config` to ^1.0.0 2019-01-31 16:07:54 +01:00
Pedro Pombeiro 0ef7fd96fd
Move to yarn 2019-01-31 16:01:56 +01:00
Pedro Pombeiro a0985442c0
Migrate deprecated octokit method calls 2019-01-31 15:59:29 +01:00
Pedro Pombeiro 3b2436f89b
Add CHECKS file 2019-01-31 15:38:10 +01:00
Pedro Pombeiro 3227961666
Add logs target 2019-01-29 19:17:24 +01:00
Pedro Pombeiro df3ec9969a
Make eslint a dev dependency 2019-01-29 19:11:50 +01: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 733794a7c3
Simplify code 2019-01-22 14:59:59 +01:00
Pedro Pombeiro a340f99141
Remove wip, unfurl and probot-gpg-status plugins (replaced by original apps which will be installed on repos) 2019-01-18 23:18:10 +01:00
Pedro Pombeiro 113578ad1a
trigger-automation-test-build: only look for Android e2e build result 2019-01-10 15:14:56 +01:00
Pedro Pombeiro ca49877d5d
Add support for daysUntilPullRequestStale. Closes #29 2018-11-20 10:49:12 +01:00
Pedro Pombeiro 9df5771daa
Revert "Temporarily disable wip and gpg plugins"
This reverts commit 11e724a2aa.
2018-10-10 11:10:42 +02:00
Pedro Pombeiro e6ae5b9e87
Fix assignment to const variable 2018-10-10 11:10:38 +02:00
Pedro Pombeiro e5658c9522
Remove Slack support 2018-10-10 11:02:26 +02:00
Pedro Pombeiro 11e724a2aa
Temporarily disable wip and gpg plugins 2018-10-10 10:53:37 +02:00
Pedro Pombeiro 7c8f5895ce
Update npm packages 2018-10-10 10:49:21 +02:00
Pedro Pombeiro 36582765f3
stale: Add stale bot script that reads from `stale` section in `.github/github-bot.yml` 2018-09-24 15:39:54 +02:00
Pedro Pombeiro 73b191b6e8
manage-pr-checklist: Add more useful target URL to status 2018-09-24 15:24:19 +02:00
Pedro Pombeiro e15aa22ba5
manage-pr-checklist: Use title style 2018-09-20 10:30:28 +02:00
Pedro Pombeiro c6bae03661
tip-kudos-recipients: Adapt regex to new Disco message format 2018-08-29 17:32:49 +02:00
Pedro Pombeiro 872ed94fff
Remove PR Guidelines checklist default config 2018-08-15 13:44:05 +02:00
Pedro Pombeiro 2f21764c97
Run `npm audit fix` 2018-08-14 15:33:11 +02:00
Pedro Pombeiro aff3840e3b
Update packages 2018-08-14 15:07:28 +02:00
Virendra Singh 72713b328e
Implementation of PRChecklist feature. Closes #27
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-08-14 14:56:45 +02:00
Pedro Pombeiro c925586e0e
Update `merge-pr.sh` script 2018-08-14 14:56:10 +02:00
Brandon Wissmann cf2c211467 Pre Push Script (#25)
Add pre-push script to check for any private keys with a balance in the account. Closes #23
2018-07-09 14:01:46 +02:00
Pedro Pombeiro 04f25e0650 tip-kudos-recipients: Fix error while parsing kudos 2018-07-03 12:11:26 +02:00
Pedro Pombeiro a6e779cae0 Fix VS code config 2018-07-03 12:11:00 +02:00
Pedro Pombeiro c53e3fbf89 check-bot-balance: Fix error when loading if no account object is configured 2018-07-03 11:40:44 +02:00