Skip to content

Commit

Permalink
Add staff to exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchamp committed Jan 23, 2024
1 parent b7f8308 commit 987759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh_scripts/auto_unassigner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const issueComment = `Assignees removed automatically after ${mainOptions.daysSi
* @type {String[]}
* @see {excludeAssigneesFilter}
*/
const excludeAssignees = []
const excludeAssignees = ['mekarpeles', 'cdrini', 'scottbarnes', 'seabelis', 'hornc', 'jimchamp']

/**
* List of GitHub labels that, if on an issue, excludes the issue from automation.
Expand Down

0 comments on commit 987759c

Please sign in to comment.