Skip to content

Commit

Permalink
feat: Remove triage label task (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Mar 15, 2023
1 parent 2d59ba9 commit ecab4e3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 284 deletions.
1 change: 0 additions & 1 deletion src/app.js
Expand Up @@ -33,7 +33,6 @@ const enabledPlugins = new Set([
"commitMessage",
"issueArchiver",
"needsInfo",
"triage",
"recurringIssues",
"releaseMonitor",
"wip"
Expand Down
1 change: 0 additions & 1 deletion src/plugins/index.js
Expand Up @@ -20,7 +20,6 @@ module.exports = {
issueArchiver: require("./issue-archiver"),
prReadyToMerge: require("./pr-ready-to-merge"),
needsInfo: require("./needs-info"),
triage: require("./triage"),
recurringIssues: require("./recurring-issues"),
releaseMonitor: require("./release-monitor"),
wip: require("./wip")
Expand Down
40 changes: 0 additions & 40 deletions src/plugins/triage/index.js

This file was deleted.

242 changes: 0 additions & 242 deletions tests/plugins/triage/index.js

This file was deleted.

0 comments on commit ecab4e3

Please sign in to comment.