Skip to content

Commit

Permalink
Remove unnecessary labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Mar 5, 2024
1 parent 5f18419 commit 40be967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-docs-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = async ({ github, context }) => {
repo: ISSUE_REPO_NAME,
title: `${context.payload.pull_request.title}`,
body,
labels: [type, "documentation", "triage", "autogenerated"],
labels: ["triage", "autogenerated"],
})
);

Expand Down

0 comments on commit 40be967

Please sign in to comment.