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 3f9550a commit 0859cebCopy full SHA for 0859ceb
lib/settings.js
@@ -887,7 +887,7 @@ ${this.results.reduce((x, y) => {
887
try {
888
const query = `props.${name}:${value}`
889
const encodedQuery = encodeURIComponent(query)
890
- const options = this.github.request.endpoint((`/orgs/${this.repo.owner}/properties/values?repository_query=${encodedQuery}`))
+ const options = this.github.request.endpoint((`/orgs/${organizationName}/properties/values?repository_query=${encodedQuery}`))
891
return this.github.paginate(options)
892
} catch (error) {
893
throw new Error(`Failed to filter repositories for property ${name}: ${error.message}`)
0 commit comments