Skip to content

Commit

Permalink
Remove reply required as people will set it via reply zero instead
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Feb 20, 2025
1 parent 2a6c3dd commit efe9040
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/app/(app)/automation/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export function hasExampleParams(rule: {
}

const commonPrompts = [
"Label emails that require a reply as 'Reply Required'",
"Label urgent emails as 'Urgent'",
"Label newsletters as 'Newsletter' and archive them",
"Label marketing emails as 'Marketing' and archive them",
Expand Down Expand Up @@ -214,8 +213,7 @@ I've attached my workout program link: https://example.com/program
},
student: {
label: "👩‍🎓 Student",
prompt: `* Label emails that require a reply as 'Reply Required'
* Label emails from professors and teaching assistants as "School".
prompt: `* Label emails from professors and teaching assistants as "School".
* Label emails about assignments and homework as "Assignment".
* If someone sends class notes or study materials, label as "Study Materials".
* Label emails about internships as "Internship" and forward to my personal email [email protected].
Expand Down

1 comment on commit efe9040

@vercel
Copy link

@vercel vercel bot commented on efe9040 Feb 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.