Skip to content

Commit 62ea8fd

Browse files
authored
Create run-configlet-sync.yml (#2074)
### 🛠️ Automating Configlet Sync This PR introduces a workflow that automates `configlet sync` for test (only an issue is raised), docs, metadata, and filepaths. There are two jobs in the main workflow; we can skip either one of them. Let me know how you'd like to set it up! ⏱️ The workflow is currently scheduled to run on the **15th of every month** via cron. Let me know if you'd prefer a different schedule (e.g., weekly, the 1st of each month, etc.). This setup is already being used across multiple tracks!. For more context and discussion, see: 🔗 https://forum.exercism.org/t/automating-syncing-with-github-actions-final-testing-going-on-for-java-track-open-to-more-tracks/17807
1 parent 00f740e commit 62ea8fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Run Configlet Sync
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 15 * *'
7+
8+
jobs:
9+
call-gha-workflow:
10+
uses: exercism/github-actions/.github/workflows/configlet-sync.yml@main

0 commit comments

Comments
 (0)