gendosu/Scheduled Action Blocker
Check if current period is blocked (weekends, holidays, days before them)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| timezone | Timezone for date checking (e.g., Asia/Tokyo) | no | Asia/Tokyo |
| holidays-path | Path to holidays.json file | no | holidays.json |
Outputs
| name | description |
|---|---|
| should_run | Whether the action should continue (true/false) |
| reason | Reason for blocking (if blocked) |