hashrock / DevhubHook

Connect {GitHub, GitLab, GitBucket, Redmine} to Devhub
6 stars 2 forks source link

リモートブランチの削除がわかるようにしたい #15

Open volpe28v opened 9 years ago

volpe28v commented 9 years ago

現状だとリモートブランチ削除時にコミットなしの push 通知が表示される。

このような payload が通知される。 refs/heads かつ commits が0の場合に削除されたと判断できそう。

{ pusher: { name: 'hoge', email: 'eeee@xxx' },
  ref: 'refs/heads/remote_branch_name',
  commits: [],
  repository:
   { name: 'repo1',
     url: 'http://xxxxx/repo1.git',
     description: 'cccc',
     watchers: 0,
     forks: 0,
     private: false,
     owner: { name: 'owner', email: 'owner@xxx' } } }
hashrock commented 9 years ago

:+1: なるほど、gitbucketは削除時も通知されるんですね。