diff --git a/.github/workflows/reminder_Game Night.yml b/.github/workflows/reminder_Game Night.yml new file mode 100644 index 0000000..39ce4e5 --- /dev/null +++ b/.github/workflows/reminder_Game Night.yml @@ -0,0 +1,39 @@ +name: Reminder for Game Night +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-11-05T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS\ + \ Social Committee Calendar of Events

\n

Game Night \U0001F3B2

\n\ +

Join us for a fun Game Night! Bring your favorite games and enjoy an evening\ + \ of laughter and friendly competition.

\n

Date: Wednesday,\ + \ November 6\nTime: TBD\nLocation: TBD

\n\ +

Looking forward to a fun night!

\n

Best,\nThe PBS Social Committee

\"\ + \"\"\n\npart1 = MIMEText(text, \"plain\")\npart2 = MIMEText(html, \"html\"\ + )\n\nmsg.attach(part1)\nmsg.attach(part2)\n\nserver = smtplib.SMTP('smtp.gmail.com',\ + \ 587)\nserver.starttls()\nserver.login(sender_email, \"${ secrets.GMAIL_PASSWORD\ + \ }\")\ntext = msg.as_string()\nserver.sendmail(sender_email, receiver_email.split(\"\ + , \") + cc_email.split(\", \"), text)\nserver.quit()\n\nEOF" diff --git a/.github/workflows/reminder_Hike to Gile Mountain.yml b/.github/workflows/reminder_Hike to Gile Mountain.yml new file mode 100644 index 0000000..cc05dda --- /dev/null +++ b/.github/workflows/reminder_Hike to Gile Mountain.yml @@ -0,0 +1,42 @@ +name: Reminder for Hike to Gile Mountain +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-09-20T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS Social Committee Calendar of Events

\n\ +

Hike to Gile Mountain \U0001F332\u26F0\uFE0F\U0001F332\U0001F332

\n\ +

Enjoy a beautiful hike to Gile Mountain with the PBS community. It's a\ + \ great way to enjoy the outdoors and connect with colleagues.

\n

Date:\ + \ First two weeks of term\nTime: TBD\nLocation:\ + \ Meet at Moore Hall then carpool to Gile Mountain

\n

Happy hiking!

\n\ +

Best,\nThe PBS Social Committee

\"\"\"\n\npart1 = MIMEText(text,\ + \ \"plain\")\npart2 = MIMEText(html, \"html\")\n\nmsg.attach(part1)\nmsg.attach(part2)\n\ + \nserver = smtplib.SMTP('smtp.gmail.com', 587)\nserver.starttls()\nserver.login(sender_email,\ + \ \"${ secrets.GMAIL_PASSWORD }\")\ntext = msg.as_string()\nserver.sendmail(sender_email,\ + \ receiver_email.split(\", \") + cc_email.split(\", \"), text)\nserver.quit()\n\ + \nEOF" diff --git a/.github/workflows/reminder_Hikes with The Chair.yml b/.github/workflows/reminder_Hikes with The Chair.yml new file mode 100644 index 0000000..aa4dd8a --- /dev/null +++ b/.github/workflows/reminder_Hikes with The Chair.yml @@ -0,0 +1,41 @@ +name: Reminder for Hikes with The Chair +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-09-27T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS\ + \ Social Committee Calendar of Events

\n

Hikes with The Chair \U0001FA91\ + \U0001F6B6\U0001F6B6\U0001F6B6

\n

Join us for weekend hikes with The\ + \ Chair. Enjoy nature and good company as we explore local trails.

\n

Date:\ + \ Weekends throughout the term\nTime: TBD\nLocation:\ + \ Meet at Moore Hall then head to the trail

\n

Happy hiking!

\n

Best,\n\ + The PBS Social Committee

\"\"\"\n\npart1 = MIMEText(text,\ + \ \"plain\")\npart2 = MIMEText(html, \"html\")\n\nmsg.attach(part1)\nmsg.attach(part2)\n\ + \nserver = smtplib.SMTP('smtp.gmail.com', 587)\nserver.starttls()\nserver.login(sender_email,\ + \ \"${ secrets.GMAIL_PASSWORD }\")\ntext = msg.as_string()\nserver.sendmail(sender_email,\ + \ receiver_email.split(\", \") + cc_email.split(\", \"), text)\nserver.quit()\n\ + \nEOF" diff --git a/.github/workflows/reminder_Mid-term Wine and Cheese Gathering.yml b/.github/workflows/reminder_Mid-term Wine and Cheese Gathering.yml new file mode 100644 index 0000000..e612763 --- /dev/null +++ b/.github/workflows/reminder_Mid-term Wine and Cheese Gathering.yml @@ -0,0 +1,42 @@ +name: Reminder for Mid-term Wine and Cheese Gathering +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-10-20T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS\ + \ Social Committee Calendar of Events

\n

Mid-term Wine and Cheese Gathering\ + \ \U0001F377\U0001F9C0

\n

Celebrate mid-term with a relaxing wine and\ + \ cheese gathering. Open to all in the PBS community and loved ones.

\n\ +

Date: Monday, October 21\nTime: 4:00\ + \ \u2013 5:30 PM\nLocation: Bucci Lounge, Moore Hall, 2nd\ + \ floor

\n

We look forward to your company!

\n

Best,\nThe PBS Social\ + \ Committee

\"\"\"\n\npart1 = MIMEText(text, \"plain\")\n\ + part2 = MIMEText(html, \"html\")\n\nmsg.attach(part1)\nmsg.attach(part2)\n\ + \nserver = smtplib.SMTP('smtp.gmail.com', 587)\nserver.starttls()\nserver.login(sender_email,\ + \ \"${ secrets.GMAIL_PASSWORD }\")\ntext = msg.as_string()\nserver.sendmail(sender_email,\ + \ receiver_email.split(\", \") + cc_email.split(\", \"), text)\nserver.quit()\n\ + \nEOF" diff --git a/.github/workflows/reminder_Pumpkin Carving.yml b/.github/workflows/reminder_Pumpkin Carving.yml new file mode 100644 index 0000000..ffa4648 --- /dev/null +++ b/.github/workflows/reminder_Pumpkin Carving.yml @@ -0,0 +1,40 @@ +name: Reminder for Pumpkin Carving +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-10-29T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS Social Committee Calendar\ + \ of Events

\n

Pumpkin Carving \U0001F383\U0001F47B\U0001F9DF\U0001F9DA\ + \U0001F9B8

\n

Get into the Halloween spirit with our Pumpkin Carving\ + \ event. All materials provided. Open to all in the PBS community.

\n

Date:\ + \ Wednesday, October 30\nTime: TBD\nLocation:\ + \ TBD

\n

Let's get creative!

\n

Best,\nThe PBS Social Committee

\"\ + \"\"\n\npart1 = MIMEText(text, \"plain\")\npart2 = MIMEText(html, \"html\"\ + )\n\nmsg.attach(part1)\nmsg.attach(part2)\n\nserver = smtplib.SMTP('smtp.gmail.com',\ + \ 587)\nserver.starttls()\nserver.login(sender_email, \"${ secrets.GMAIL_PASSWORD\ + \ }\")\ntext = msg.as_string()\nserver.sendmail(sender_email, receiver_email.split(\"\ + , \") + cc_email.split(\", \"), text)\nserver.quit()\n\nEOF" diff --git a/.github/workflows/reminder_Research Extravaganza.yml b/.github/workflows/reminder_Research Extravaganza.yml new file mode 100644 index 0000000..3f34a47 --- /dev/null +++ b/.github/workflows/reminder_Research Extravaganza.yml @@ -0,0 +1,43 @@ +name: Reminder for Research Extravaganza +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-09-19T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS Social Committee Calendar\ + \ of Events

\n

Research Extravaganza \U0001F9D1\u200D\U0001F52C\U0001F9D1\ + \u200D\U0001F3EB\U0001F9E0\U0001F52C\U0001F973

\n

Join us for the Research\ + \ Extravaganza, an exciting kickoff to the term! Meet new folks, welcome back\ + \ returning members, and enjoy introductions from the community.

\n

Date:\ + \ Friday, September 20\nTime: TBD\nLocation:\ + \ TBD

\n

We look forward to seeing you there!

\n

Best,\nThe PBS\ + \ Social Committee

\"\"\"\n\npart1 = MIMEText(text, \"plain\"\ + )\npart2 = MIMEText(html, \"html\")\n\nmsg.attach(part1)\nmsg.attach(part2)\n\ + \nserver = smtplib.SMTP('smtp.gmail.com', 587)\nserver.starttls()\nserver.login(sender_email,\ + \ \"${ secrets.GMAIL_PASSWORD }\")\ntext = msg.as_string()\nserver.sendmail(sender_email,\ + \ receiver_email.split(\", \") + cc_email.split(\", \"), text)\nserver.quit()\n\ + \nEOF" diff --git a/.github/workflows/reminder_Weekly Bagel Brunch.yml b/.github/workflows/reminder_Weekly Bagel Brunch.yml new file mode 100644 index 0000000..e2cd9ec --- /dev/null +++ b/.github/workflows/reminder_Weekly Bagel Brunch.yml @@ -0,0 +1,42 @@ +name: Reminder for Weekly Bagel Brunch +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-09-26T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS Social Committee Calendar of Events

\n\ +

Weekly Bagel Brunch \U0001F96F\u2615\uFE0F\U0001F375

\n

Help yourself\ + \ to a variety of bagels, cream cheese, and conversations with colleagues.\ + \ Please bring your own coffee, tea, and conversation.

\n

Date:\ + \ Fridays throughout the term\nTime: 10:00 \u2013 11:00 AM\n\ + Location: Bucci Lounge, Moore Hall, 2nd floor

\n

See\ + \ you there!

\n

Best,\nThe PBS Social Committee

\"\"\ + \"\n\npart1 = MIMEText(text, \"plain\")\npart2 = MIMEText(html, \"html\")\n\ + \nmsg.attach(part1)\nmsg.attach(part2)\n\nserver = smtplib.SMTP('smtp.gmail.com',\ + \ 587)\nserver.starttls()\nserver.login(sender_email, \"${ secrets.GMAIL_PASSWORD\ + \ }\")\ntext = msg.as_string()\nserver.sendmail(sender_email, receiver_email.split(\"\ + , \") + cc_email.split(\", \"), text)\nserver.quit()\n\nEOF" diff --git a/.github/workflows/reminder_Weekly Wednesday Woccoms.yml b/.github/workflows/reminder_Weekly Wednesday Woccoms.yml new file mode 100644 index 0000000..fae74be --- /dev/null +++ b/.github/workflows/reminder_Weekly Wednesday Woccoms.yml @@ -0,0 +1,44 @@ +name: Reminder for Weekly Wednesday Woccoms +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-09-24T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS Social Committee Calendar of Events

\n\ +

Weekly Wednesday Woccoms \U0001F6B6\U0001F332\U0001F333

\n

That computer\ + \ screen can wait! Step away from your desk and join us for a walk around\ + \ Occom Pond. Extend your lab meeting, problem-solve, or simply enjoy the\ + \ fresh air with colleagues.

\n

Date: Wednesdays throughout\ + \ the term\nTime: 2:30 \u2013 3:30 PM\nLocation:\ + \ Meet in Moore lobby then walk around Occom Pond

\n

Looking forward\ + \ to walking with you!

\n

Best,\nThe PBS Social Committee

\"\ + \"\"\n\npart1 = MIMEText(text, \"plain\")\npart2 = MIMEText(html, \"html\"\ + )\n\nmsg.attach(part1)\nmsg.attach(part2)\n\nserver = smtplib.SMTP('smtp.gmail.com',\ + \ 587)\nserver.starttls()\nserver.login(sender_email, \"${ secrets.GMAIL_PASSWORD\ + \ }\")\ntext = msg.as_string()\nserver.sendmail(sender_email, receiver_email.split(\"\ + , \") + cc_email.split(\", \"), text)\nserver.quit()\n\nEOF" diff --git a/.github/workflows/reminder_Winter Holiday Party.yml b/.github/workflows/reminder_Winter Holiday Party.yml new file mode 100644 index 0000000..a080123 --- /dev/null +++ b/.github/workflows/reminder_Winter Holiday Party.yml @@ -0,0 +1,40 @@ +name: Reminder for Winter Holiday Party +'on': + workflow_dispatch: {} + schedule: + - cron: '2024-12-14T14:00:00Z' +jobs: + send_email: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Send email + run: "python - <

PBS Social Committee Calendar of Events

\n

Winter\ + \ Holiday Party \U0001F389\u2744\uFE0F\u26C4\U0001F939

\n

Join us for\ + \ our Winter Holiday Party! Celebrate the season with colleagues, friends,\ + \ and family.

\n

Date: Mid-December\nTime:\ + \ TBD\nLocation: TBD

\n

Let's spread some holiday cheer!

\n\ +

Best,\nThe PBS Social Committee

\"\"\"\n\npart1 = MIMEText(text,\ + \ \"plain\")\npart2 = MIMEText(html, \"html\")\n\nmsg.attach(part1)\nmsg.attach(part2)\n\ + \nserver = smtplib.SMTP('smtp.gmail.com', 587)\nserver.starttls()\nserver.login(sender_email,\ + \ \"${ secrets.GMAIL_PASSWORD }\")\ntext = msg.as_string()\nserver.sendmail(sender_email,\ + \ receiver_email.split(\", \") + cc_email.split(\", \"), text)\nserver.quit()\n\ + \nEOF"