Open volpe28v opened 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' } } }
:+1: なるほど、gitbucketは削除時も通知されるんですね。
現状だとリモートブランチ削除時にコミットなしの push 通知が表示される。
このような payload が通知される。 refs/heads かつ commits が0の場合に削除されたと判断できそう。