From ed8f9835f1d52ffaa4e5c1eb17e3732938a0dccb Mon Sep 17 00:00:00 2001 From: bubblemelon <12985181+Bubblemelon@users.noreply.github.com> Date: Jun 08 2018 00:53:50 +0000 Subject: Added the CoreOS bugs Repo and a JIRA label to use on this repo. --- diff --git a/ansible/files/sync2jira.py b/ansible/files/sync2jira.py index 8c2b4cc..312f6c0 100644 --- a/ansible/files/sync2jira.py +++ b/ansible/files/sync2jira.py @@ -53,6 +53,9 @@ config = { 'ostreedev/ostree': { 'state': 'open', 'labels': 'jira', }, 'projectatomic/atomic-host-tests': { 'state': 'open', 'labels': 'jira', }, 'projectatomic/papr': { 'state': 'open', 'labels': 'jira', }, + + # CoreOS repos + 'coreos/bugs': {'state': 'open', 'labels': 'jira', }, }, }, 'map': { @@ -130,6 +133,9 @@ config = { 'projectatomic/atomic-host-tests': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, 'projectatomic/papr': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, 'ostreedev/ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, + + # CoreOS repos + 'coreos/bugs': {'project': 'COREOS', 'component': None, 'labels': 'sst_rhcos'}, }, }, },