Closed7

github actions がコケたときにエラーメッセージをコメントする

tkttkt

https://github.com/tktcorporation/tktcorporation.com/actions/runs/3761645551/jobs/6393602106

Run gh pr merge --auto --merge "$PR_URL"
  gh pr merge --auto --merge "$PR_URL"
  shell: /usr/bin/bash -e {0}
  env:
    PR_URL: https://github.com/tktcorporation/tktcorporation.com/pull/144
    GITHUB_TOKEN: ***
Message: Base branch was modified. Review and try the merge again., Locations: [{Line:1 Column:58}]
Error: Process completed with exit code 1.

こんな感じに出てくる

tkttkt

これであれば、Message が拾えれば嬉しい

tkttkt

reviewdog 使えばいい感じにやってくれるのでは?

tkttkt

reviewdog を自前でいい感じにいじって使うのがむずかしくてぴえん
errorformat の設定が悪いのかなんなのか…

このスクラップは2023/09/19にクローズされました