Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

zerocracy/farm#1960 - fixed job-id #401

Merged
merged 1 commit into from
Mar 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/pm/in/orders/simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SOFTWARE.
<reason>Just for fun</reason>
<created>2016-12-29T09:03:21.684Z</created>
</order>
<order job="gh:yegor256/pdd#4">
<order job="gh:yegor256/pd_d#4">
<performer>yegor256</performer>
<reason>@yegor256 (1.00 of -2099):
0.00=0.00x-100 There are no jobs yet
Expand Down
2 changes: 1 addition & 1 deletion xsd/pm/scope/types.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SOFTWARE.
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="SNAPSHOT" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:simpleType name="jobID">
<xs:restriction base="xs:string">
<xs:pattern value="none|gh:[A-Z0-9a-z.\-#/]{3,}"/>
<xs:pattern value="none|gh:[A-Z0-9a-z_.\-#/]{3,}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="jobTitle">
Expand Down