Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for jsc# issue tracker #1

Merged
merged 1 commit into from Feb 25, 2019

Conversation

okurz
Copy link
Member

@okurz okurz commented Feb 24, 2019

@Soulofdestiny
Copy link
Contributor

regexr approved it =)

@Soulofdestiny Soulofdestiny merged commit adb337a into os-autoinst:master Feb 25, 2019
@okurz okurz deleted the feature/tracker branch February 25, 2019 06:46
@@ -41,7 +41,7 @@ def error(msg):
n = json.load(f)

# Check if workaround tag exists if bugref is in name
if 'workaround' in n.get('properties', '') and not re.search(r'(poo|bsc|bnc|boo)#?[0-9]+', needle):
if 'workaround' in n.get('properties', '') and not re.search(r'(poo|bsc|bnc|boo|jsc)#?[A-Z0-9]+', needle):
Copy link
Member Author

@okurz okurz Mar 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is missing the explicit mention of "-", maybe better to be explicit:

((poo|bsc|bnc|boo)#?[0-9]+|jsc#[A-Z]+-[0-9]+)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants