status-im / status-github-bot

A bot for github
https://status-github-bot.herokuapp.com/
ISC License
11 stars 12 forks source link

move PRs with conflict to TO REBASE column #55

Closed jakubgs closed 2 years ago

jakubgs commented 2 years ago

Result: https://github.com/status-im/status-mobile/pull/14088

image

Depends on:

Resolves:

jakubgs commented 2 years ago

Hmmm, I have deployed this, but I have yet to see an example of moving a PR to TO REBASE column:

admin@node-01.do-ams3.dokku.misc:~ % zgrep 'Moved card' /var/log/docker/status-github-bot.web.1/docker.* | awk -F'INFO' '{print $2}'
 probot: assign-approved-pr-to-test - Moved card 81973280 to CONTRIBUTOR for PR #13360
 probot: assign-approved-pr-to-test - Moved card 84133355 to CONTRIBUTOR for PR #13660
 probot: assign-approved-pr-to-test - Moved card 84365417 to CONTRIBUTOR for PR #13698
 probot: assign-approved-pr-to-test - Moved card 84365417 to CONTRIBUTOR for PR #13698
 probot: assign-approved-pr-to-test - Moved card 84430279 to CONTRIBUTOR for PR #13707
 probot: assign-approved-pr-to-test - Moved card 83730887 to CONTRIBUTOR for PR #13602

So I might have to create a situation in which this move is triggered myself to test this.