From ec0bc301acfd0e443d581aa8a104291750d51d48 Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Tue, 18 Feb 2025 14:29:38 -0300 Subject: [PATCH 1/3] docs: badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 396f3c6..450f03a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Node CI +[![CI](https://github.com/actalog/node-ci/actions/workflows/ci.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/ci.yml) +[![CD](https://github.com/actalog/node-ci/actions/workflows/cd.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/cd.yml) + Continuous Integration for Node.js projects ## Getting started From 5dbc45f7f41182fb0c7374029756913f01f8e53d Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sun, 2 Mar 2025 10:02:40 -0300 Subject: [PATCH 2/3] docs: update README title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 450f03a..9efafdd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Node CI +# @actalog/node-ci [![CI](https://github.com/actalog/node-ci/actions/workflows/ci.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/ci.yml) [![CD](https://github.com/actalog/node-ci/actions/workflows/cd.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/cd.yml) From 336ac9fea0ebeaf3e002ae931c43ef291aa6896a Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sun, 2 Mar 2025 10:13:30 -0300 Subject: [PATCH 3/3] feat: update PR comment title --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5ceb5ac..6643bd8 100644 --- a/action.yml +++ b/action.yml @@ -81,7 +81,7 @@ runs: with: issue-number: ${{ github.event.pull_request.number }} body: | - # Node CI + # @actalog/node-ci Node CI completed!