Skip to content

Commit 212da8e

Browse files
keiravillekodekotp
authored andcommitted
Add run-configlet-sync workflow
Various tracks are finding this helpful. [Forum discussion](https://forum.exercism.org/t/automating-syncing-with-github-actions-final-testing-going-on-for-java-track-open-to-more-tracks/17807) An example of the PR it automatically creates if there are instruction edits to sync: exercism/lua#619 An example of the issue it automatically creates if there are new test cases to add: exercism/lua#604
1 parent 2da6934 commit 212da8e

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 2 * *'
7+
8+
jobs:
9+
call-gha-workflow:
10+
uses: exercism/github-actions/.github/workflows/configlet-sync.yml@main

0 commit comments

Comments
 (0)