Details
-
Type:
New Feature
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: github-branch-source-plugin
-
Labels:None
-
Similar Issues:
Description
Right now the github-branch-source plugin responds to 'repository creation' events when an org-level webhook is delivered. This causes a rescan of the org so that if the new repository has the necessary configuration a job (or jobs) will be created for it.
There are quite a few other events which can occur in an organization that could also trigger a scan: archiving/unarchiving a repository (especially important if the trait to exclude archived repositories is in use), deletion, renaming, and possibly transferring as well.
Is there a specific reason that these other events are ignored, or is this just a situation where nobody has added support for them yet?
Kevin Fleming
It is likely these have just been overlooked. Please feel free to implement support for them. Come to the github-branch-source gitter channel if you need to chat about how to go about this.