Merge pull request #7847 from zedr/feat-workflow-labels

Export Workflow Job Template Node Labels

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-08-10 17:27:21 +00:00 committed by GitHub
commit d48cc1ab43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,4 +65,5 @@ class Labels(page.PageList, Label):
page.register_page([resources.labels,
resources.job_labels,
resources.job_template_labels], Labels)
resources.job_template_labels,
resources.workflow_job_template_labels], Labels)