From b95cd480b10b0b48d57ca18deadb19f16fcdfabc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jul 2024 18:25:22 +0000 Subject: [PATCH] Add event reminder workflows and scripts --- .github/workflows/reminder_Game_Night.yml | 21 +++++++++++++++++++ .../reminder_Hike_to_Gile_Mountain.yml | 21 +++++++++++++++++++ .../reminder_Hikes_with_The_Chair.yml | 21 +++++++++++++++++++ ...der_Mid-term_Wine_and_Cheese_Gathering.yml | 21 +++++++++++++++++++ .../workflows/reminder_Pumpkin_Carving.yml | 21 +++++++++++++++++++ .../reminder_Research_Extravaganza.yml | 21 +++++++++++++++++++ .../reminder_Weekly_Bagel_Brunch.yml | 21 +++++++++++++++++++ .../reminder_Weekly_Wednesday_Woccoms.yml | 21 +++++++++++++++++++ .../reminder_Winter_Holiday_Party.yml | 21 +++++++++++++++++++ 9 files changed, 189 insertions(+) create mode 100644 .github/workflows/reminder_Game_Night.yml create mode 100644 .github/workflows/reminder_Hike_to_Gile_Mountain.yml create mode 100644 .github/workflows/reminder_Hikes_with_The_Chair.yml create mode 100644 .github/workflows/reminder_Mid-term_Wine_and_Cheese_Gathering.yml create mode 100644 .github/workflows/reminder_Pumpkin_Carving.yml create mode 100644 .github/workflows/reminder_Research_Extravaganza.yml create mode 100644 .github/workflows/reminder_Weekly_Bagel_Brunch.yml create mode 100644 .github/workflows/reminder_Weekly_Wednesday_Woccoms.yml create mode 100644 .github/workflows/reminder_Winter_Holiday_Party.yml diff --git a/.github/workflows/reminder_Game_Night.yml b/.github/workflows/reminder_Game_Night.yml new file mode 100644 index 0000000..c5aa387 --- /dev/null +++ b/.github/workflows/reminder_Game_Night.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Game_Night.py +name: Reminder for Game Night +'on': + schedule: + - cron: 0 0 6 11 * + workflow_dispatch: {} 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..7263847 --- /dev/null +++ b/.github/workflows/reminder_Hike_to_Gile_Mountain.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Hike_to_Gile_Mountain.py +name: Reminder for Hike to Gile Mountain +'on': + schedule: + - cron: 0 0 21 9 * + workflow_dispatch: {} 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..9adf51b --- /dev/null +++ b/.github/workflows/reminder_Hikes_with_The_Chair.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Hikes_with_The_Chair.py +name: Reminder for Hikes with The Chair +'on': + schedule: + - cron: 0 0 28 9 * + workflow_dispatch: {} 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..f376145 --- /dev/null +++ b/.github/workflows/reminder_Mid-term_Wine_and_Cheese_Gathering.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Mid-term_Wine_and_Cheese_Gathering.py +name: Reminder for Mid-term Wine and Cheese Gathering +'on': + schedule: + - cron: 0 0 21 10 * + workflow_dispatch: {} diff --git a/.github/workflows/reminder_Pumpkin_Carving.yml b/.github/workflows/reminder_Pumpkin_Carving.yml new file mode 100644 index 0000000..8e24116 --- /dev/null +++ b/.github/workflows/reminder_Pumpkin_Carving.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Pumpkin_Carving.py +name: Reminder for Pumpkin Carving +'on': + schedule: + - cron: 0 0 30 10 * + workflow_dispatch: {} diff --git a/.github/workflows/reminder_Research_Extravaganza.yml b/.github/workflows/reminder_Research_Extravaganza.yml new file mode 100644 index 0000000..aa19825 --- /dev/null +++ b/.github/workflows/reminder_Research_Extravaganza.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Research_Extravaganza.py +name: Reminder for Research Extravaganza +'on': + schedule: + - cron: 0 0 20 9 * + workflow_dispatch: {} diff --git a/.github/workflows/reminder_Weekly_Bagel_Brunch.yml b/.github/workflows/reminder_Weekly_Bagel_Brunch.yml new file mode 100644 index 0000000..62d914f --- /dev/null +++ b/.github/workflows/reminder_Weekly_Bagel_Brunch.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Weekly_Bagel_Brunch.py +name: Reminder for Weekly Bagel Brunch +'on': + schedule: + - cron: 0 0 27 9 * + workflow_dispatch: {} diff --git a/.github/workflows/reminder_Weekly_Wednesday_Woccoms.yml b/.github/workflows/reminder_Weekly_Wednesday_Woccoms.yml new file mode 100644 index 0000000..3973279 --- /dev/null +++ b/.github/workflows/reminder_Weekly_Wednesday_Woccoms.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Weekly_Wednesday_Woccoms.py +name: Reminder for Weekly Wednesday Woccoms +'on': + schedule: + - cron: 0 0 25 9 * + workflow_dispatch: {} diff --git a/.github/workflows/reminder_Winter_Holiday_Party.yml b/.github/workflows/reminder_Winter_Holiday_Party.yml new file mode 100644 index 0000000..85c34e5 --- /dev/null +++ b/.github/workflows/reminder_Winter_Holiday_Party.yml @@ -0,0 +1,21 @@ +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: Install dependencies + run: pip install pandas markdown + - env: + GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + name: Run email script + run: python scripts/send_email_Winter_Holiday_Party.py +name: Reminder for Winter Holiday Party +'on': + schedule: + - cron: 0 0 15 12 * + workflow_dispatch: {}