hackforla / hackforla/automate-the-org

ER: update chron instructions and behavior

Open
#53 0 comments 0 reactions 0 assignees View on GitHub
draft
Dominant language
JavaScript
Stars
1
Forks
3
Avg merge
7m
Merged PRs (30d)
2

Description

### Overview
We need to revise the formatting of the chron to account for daylight savings time, and we need to write a prompt for the installers/configurers of the PRs to use in ChatGPT to create the day/time they want

#### Details
Example
on:
schedule:
# PDT (UTC-7) → 5 PM Tuesday = 00:00 Wednesday UTC
- cron: '0 0 * 1-6,8-11 3'

# PST (UTC-8) → 5 PM Tuesday = 01:00 Wednesday UTC
- cron: '0 1 * 1-6,8-11 3'

### Action Items
[ADD ACTION ITEMS]

### Resources/Instructions
- [See chatgpt conversation](https://chatgpt.com/share/69dd52c8-ba00-83e8-bf7f-14afefd7a4b6)
- https://github.com/hackforla/automate-the-org

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the linked ChatGPT conversation and the current chron instructions and behavior in the automate-the-org repository. Confirm how daylight-saving changes should affect the cron examples, then define the installer/configurer prompt. Done means the instructions and behavior reflect the required PDT/PST scheduling and the prompt is included.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.