Module: kamailio
Branch: master
Commit: 2eb17e9ccfa3963813215e6ddf2fdadeb588f485
URL: 
https://github.com/kamailio/kamailio/commit/2eb17e9ccfa3963813215e6ddf2fdadeb588f485

Author: Victor Seva <linuxman...@torreviejawireless.org>
Committer: Victor Seva <linuxman...@torreviejawireless.org>
Date: 2023-05-17T10:09:53+02:00

github: GitHub Actions Version Updater

> https://github.com/marketplace/actions/github-actions-version-updater

* PAT created using kamailio-sync
* organization secret WORKFLOW_SECRET created

---

Added: .github/workflows/updater.yml

---

Diff:  
https://github.com/kamailio/kamailio/commit/2eb17e9ccfa3963813215e6ddf2fdadeb588f485.diff
Patch: 
https://github.com/kamailio/kamailio/commit/2eb17e9ccfa3963813215e6ddf2fdadeb588f485.patch

---

diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml
new file mode 100644
index 00000000000..d517b85edbe
--- /dev/null
+++ b/.github/workflows/updater.yml
@@ -0,0 +1,17 @@
+name: GitHub Actions Version Updater
+on:
+  schedule:
+    # Automatically run on every Sunday
+    - cron:  '0 0 * * 0'
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v3
+        with:
+          token: ${{ secrets.WORKFLOW_SECRET }}
+      - name: Run GitHub Actions Version Updater
+        uses: saadmk11/github-actions-version-updater@v0.7.4
+        with:
+          token: ${{ secrets.WORKFLOW_SECRET }}
+          pull_request_user_reviewers: linuxmaniac

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to