Skip to content

Commit

Permalink
add quilt config to changelog aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Apr 2, 2024
1 parent 78c3937 commit 4d277bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preprocess.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async function queryChangelogs() {
//
// Query : https://api.github.com/search/repositories?q=org:quiltmc+props.has-changelog:true
// Report : https://github.com/orgs/community/discussions/111042
const projects = ["enigma"]
const projects = ["enigma", "quilt-config"]

for (const project of projects) {
const response = await tryToRunPromiseWithTimeout(
Expand Down

1 comment on commit 4d277bd

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

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

See preview on Cloudflare Pages: https://d42e09fb.quiltmc-org.pages.dev

Please sign in to comment.