Skip to content

Commit

Permalink
Update pr-poster.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 authored Feb 13, 2024
1 parent 81919dd commit 1380781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/pr-poster.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function run() {
new UploadHeader("Composers", false),
new UploadHeader("Converters", false),
new UploadHeader("Audio", false),
new UploadHeader("Tags", true),
new UploadHeader("Tags", false),
new UploadHeader("Update Notes", false),
new UploadHeader("Additional Notes", false),
/* Automatically generated headers */
Expand Down Expand Up @@ -197,4 +197,4 @@ async function run() {
}
}

run();
run();

0 comments on commit 1380781

Please sign in to comment.