Skip to content

Commit

Permalink
Add emojis to the project thread reminder bot acceptable statuses (#4090
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AetherUnbound authored Apr 12, 2024
1 parent 5041280 commit 1ecea3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions automations/js/src/project_thread_updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
const DAYS_UPDATED_WITHIN = 14

const activeDevelopmentStatuses = [
'In Kickoff',
'In RFC',
'In Progress',
'Shipped',
'🚀 In Kickoff',
'💬 In RFC',
'🚧 In Progress',
'🚢 Shipped',
]

const GET_PROJECT_CARDS = `
Expand Down

0 comments on commit 1ecea3c

Please sign in to comment.