Skip to content

Commit

Permalink
chore: Remove triage project functionality (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 4, 2023
1 parent 83ea2cb commit fca1c19
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 141 deletions.
1 change: 0 additions & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
"use strict";

module.exports = {
NEEDS_TRIAGE_COLUMN_ID: 11153344
};
34 changes: 0 additions & 34 deletions src/plugins/add-to-triage-project/index.js

This file was deleted.

1 change: 0 additions & 1 deletion src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/

module.exports = {
addToTriageProject: require("./add-to-triage-project"),
autoCloser: require("./auto-closer"),
checkUnitTest: require("./check-unit-test"),
commitMessage: require("./commit-message"),
Expand Down
105 changes: 0 additions & 105 deletions tests/plugins/add-to-triage-project/index.js

This file was deleted.

0 comments on commit fca1c19

Please sign in to comment.