Skip to content

Commit ec19f9f

Browse files
Create main.yml
1 parent 11ca227 commit ec19f9f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Rossyn On Medium
2+
on:
3+
schedule:
4+
# Runs every hour
5+
- cron: '0 * * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
update-readme-with-articles:
10+
name: Update this repo's README with Rossyn's latest articles
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: gautamkrishnar/[email protected]
15+
with:
16+
comment_tag_name: "ARTICLES"
17+
feed_list: "https://medium.com/feed/@rohitrajkhorwal"

0 commit comments

Comments
 (0)