We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196222e commit c1c1830Copy full SHA for c1c1830
Module/main.js
@@ -71,7 +71,7 @@ class BugReportForm extends FormApplication {
71
72
const repo = match?.[1].toLowerCase();
73
74
- bugs = `https://api.github.com/repos/${repo}/issues`;
+ bugs = this.module.data.bugs;
75
search = `https://api.github.com/search/issues?q=repo:${repo}`;
76
} else if (this.gitlab) {
77
const regex = /gitlab.com\/(.+)\/-\/issues/g;
0 commit comments