Skip to content

Commit 43b6078

Browse files
Romain Cresteybleucitron
Romain Crestey
authored andcommitted
ci: add commit tracker
1 parent 0c9e558 commit 43b6078

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/track-docs.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Docs tracker
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 3 * * *'
7+
8+
jobs:
9+
track-docs:
10+
runs-on: ubuntu-latest
11+
name: Checking Docs
12+
steps:
13+
- name: Checkout code
14+
uses: actions/checkout@v3
15+
- name: Svelte/SvelteKit tutorial new commits
16+
uses: AlexxNB/track-commits-to-issue@master
17+
with:
18+
token: ${{ secrets.GITHUB_TOKEN }}
19+
owner: sveltejs
20+
repo: learn.svelte.dev
21+
dir: content/tutorial

0 commit comments

Comments
 (0)