Skip to content

Commit

Permalink
fix: lockSpamIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKhew96 committed Feb 28, 2024
1 parent 9d6e1ba commit f973ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion github.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ module.exports = {
createAndInviteToRepo,
addLabel,
leaveComment,
closeIssue
closeIssue,
lockSpamIssue
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const core = require('@actions/core')

const { addLabel, closeIssue, createAndInviteToRepo, getIssue, getRepo, leaveComment } = require('./github')
const { addLabel, closeIssue, createAndInviteToRepo, getIssue, getRepo, leaveComment, lockSpamIssue } = require('./github')
const { recognizeTitle } = require('./bot')

async function run () {
Expand Down

0 comments on commit f973ba1

Please sign in to comment.