random thought. how hard would it be to set up a C...
# contributing-to-airbyte
c
random thought. how hard would it be to set up a CI job in github that handles bumping the version of a connector that is triggered in the same way that we manually trigger integration tests with comments @Jared Rhizor (Airbyte)? it's kinda of a hassle right now to do it locally (especially since we all have residential and not business upload speeds for docker layers).
u
not a right now thing. was just thinking of it since you've been working on the integration test stuff.
u
actually it would be pretty easy
u
we could add a slash command
u
probably the same thing for release version.
u
yeah
u
yeah this actually wouldn't be very difficult, basically a copy paste of what I just added
u
yes please!
u
permissioning on this would be for just us though. integration tests can be run by anyone, right?
u
that seems like the only difference to me.
u
yeah anyone can run integration tests, but it's safe because it has to exist on a branch not a fork
u
probably isn't too hard to check the role of the user requesting