Doug Simmons

Results 36 comments of Doug Simmons

@sebady This is sort-of by design. That said, we should probably do a better job guarding against this and throw something a bit nicer than a `NPE`. Do you agree?

The gitea API does not (currently) support the ability to get the changed (added / removed / modified) files for a `push` or `pull_request`. This drone extension requires the ability...

Update; - Consideration 2 (above) is addressed as of Drone v1.9.1 with drone/drone#2998 merged. - Also worth mentioning, I have been able to address consideration 1 (privately) by creating a...

> you must set a configure file in all your repositories, whether it's a mono-repo or not. Have you looked at the config option [`PLUGIN_ALLOW_LIST_FILE`](https://github.com/bitsbeats/drone-tree-config#enable-repos-via-regex-matching)? This is how you control...

@foosinn the change seems to be for `pull_request` only. We would still need support for the `push` event. @NexZhu While I'm not a maintainer of `drone-tree-config`, I certainly have contributed...