Brad Rydzewski

Results 251 comments of Brad Rydzewski

Copied from discourse thread. http://discourse.drone.io/t/support-for-github-event-closed-on-issues/372/6 ### Database Changes [COMPLETED] First step will be to decide how we want to represent and store this data in our Go code and in...

Sorry no updates. When this issue is scheduled for a future release, it will be attached to a milestone, and when work is started we will post a note in...

`create` and `delete` are branch actions. `open`, `close` and `sync` are pull request actions. the `close` action is parsed but is currently ignored.

First, thanks for the pull request 🙂 One concern I have is that always returning a build we give the impression a build was created, which is not always going...

> What we could do though is create the build with the status "skipped" and with a message about why it was skipped. this is not something I would want...

I think the optimal solution probably looks something like this: 1. run trigger async and return a 200OK with an empty body 2. store the full hook in a new...

yes, we'll have to come up with a more formal rfc (we don't want to rush into this) but I feel pretty good about the ideas being discussed so far....

@iFgR just stumbled upon this issue looking for the exact same capability. I just wanted to see if you had a chance to test and were planning on merging? Let...

We should really move to using `scratch` for Drone images. Drone is a static binary with zero external dependencies, which means it does not actually use anything inside the `alpine`...