| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -102,7 +102,7 @@ Name | Type | Description | |||
| 102 | 102 | :body => "I'm having a problem with this.", | |
| 103 | 103 | :assignee => "octocat", | |
| 104 | 104 | :milestone => 1, | |
| 105 | - :labels => %w(Label1 Label2) | ||
| 105 | + :labels => %w(bug) | ||
| 106 | 106 | %> | |
| 107 | 107 | ||
| 108 | 108 | ### Response | |
@@ -136,7 +136,7 @@ Name | Type | Description | |||
| 136 | 136 | :assignee => "octocat", | |
| 137 | 137 | :milestone => 1, | |
| 138 | 138 | :state => "open", | |
| 139 | - :labels => %w(Label1 Label2) | ||
| 139 | + :labels => %w(bug) | ||
| 140 | 140 | %> | |
| 141 | 141 | ||
| 142 | 142 | ### Response | |
| Back | FazBrowse Home | New Git URL |
0 commit comments