Browse Source

Update contributors.yml

MD AL AMIN TALUKDAR 2 years ago
parent
commit
ce33b08e45
1 changed files with 17 additions and 13 deletions
  1. 17 13
      .github/workflows/contributors.yml

+ 17 - 13
.github/workflows/contributors.yml

@@ -1,16 +1,20 @@
+name: Contributors List
+
 on:
-    push:
-        branches:
-            - rolling
+  push:
+    branches:
+      - rolling
+  schedule:
+    - cron: "0 1 * * *"
 
 jobs:
-    contrib-readme-job:
-        runs-on: ubuntu-latest
-        name: A job to automate contrib in readme
-        steps:
-            - name: Contribute List
-              uses: akhilmhdh/contributors-readme-action@v2.3.6
-              with:
-                  use_username: true
-              env:
-                  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+  contrib-readme-job:
+    runs-on: ubuntu-latest
+    name: A job to automate contrib in readme
+    steps:
+      - name: Contribute List
+        uses: akhilmhdh/contributors-readme-action@v2.3.6
+        with:
+          use_username: true
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}