diff --git a/.github/workflows/check-provider-major.yml b/.github/workflows/check-provider-major.yml new file mode 100644 index 0000000..5f0227b --- /dev/null +++ b/.github/workflows/check-provider-major.yml @@ -0,0 +1,44 @@ +name: Rev Major Providers + +on: + schedule: + - cron: '0 9 * * *' + +jobs: + check-npm: + name: Install Dependencies + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 16.x + cache: 'yarn' + registry-url: https://registry.npmjs.org/ + + - run: corepack enable + + - name: Install NPM Dependencies + run: yarn install --immutable --network-timeout 300000 + + - name: Check Baileys + run: yarn node ./scripts/checker.js --name=baileys --stable=false + + - name: Check Venom + run: yarn node ./scripts/checker.js --name=venom --stable=false + + - name: Check web-whatsapp + run: yarn node ./scripts/checker.js --name=web-whatsapp --stable=false + + - name: Check Meta + run: yarn node ./scripts/checker.js --name=meta --stable=false + + - name: Check Twilio + run: yarn node ./scripts/checker.js --name=twilio --stable=false + + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: 'ci(providers): 馃毄 Check BREAKING CHANGE' diff --git a/.github/workflows/check-providers.yml b/.github/workflows/check-providers.yml new file mode 100644 index 0000000..5bdae6c --- /dev/null +++ b/.github/workflows/check-providers.yml @@ -0,0 +1,48 @@ +name: Rev Providers + +on: + push: + branches: + - dev + pull_request: + branches: + - dev + +jobs: + check-npm: + name: Install Dependencies + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 16.x + cache: 'yarn' + registry-url: https://registry.npmjs.org/ + + - run: corepack enable + + - name: Install NPM Dependencies + run: yarn install --immutable --network-timeout 300000 + + - name: Check Baileys + run: yarn node ./scripts/checker.js --name=baileys --stable=true + + - name: Check Venom + run: yarn node ./scripts/checker.js --name=venom --stable=true + + - name: Check web-whatsapp + run: yarn node ./scripts/checker.js --name=web-whatsapp --stable=true + + - name: Check Meta + run: yarn node ./scripts/checker.js --name=meta --stable=true + + - name: Check Twilio + run: yarn node ./scripts/checker.js --name=twilio --stable=true + + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: 'ci(providers): 馃憤 updated versions stable providers' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3c2553..82f5ff0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: 馃お Build and Test +name: Build and Test on: push: diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index a302035..5a6d3ef 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -1,4 +1,4 @@ -name: 馃檶 Revisando Colaboradores +name: Revisando Colaboradores on: pull_request: branches: diff --git a/README.md b/README.md index 8b4bc67..b4a2271 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,36 @@ -[](https://github.com/leifermendez/bot-whatsapp/actions/workflows/ci.yml) +# Chatbot Library + [](http://commitizen.github.io/cz-cli/) --------- -## Documentacion -[https://bot-whatsapp.netlify.app/](https://bot-whatsapp.netlify.app/) - -馃悿 Tablero de tareas : [https://github.com/users/leifermendez/projects/4/views/1](https://github.com/users/leifermendez/projects/4/views/1) - -馃殌 __Roadmap:__ [https://github.com/users/leifermendez/projects/4/views/1](https://github.com/users/leifermendez/projects/4/views/1) +[](https://github.com/codigoencasa/bot-whatsapp/actions/workflows/releases.yml) -**Comunidad** +
+
+
| @@ -94,9 +115,4 @@ |