From 82d799fb9c209bb5aca932fc79a201160a0fa9c7 Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sat, 18 Jan 2025 11:40:16 -0300 Subject: [PATCH 1/5] ci: permissions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a344a..7ea8cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: - push - workflow_dispatch +permissions: + pull-requests: write + jobs: upload-action: name: Upload action From a8ff9bce74e63be9287893b3d0af1a2cd1f4fb4f Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sat, 18 Jan 2025 11:40:25 -0300 Subject: [PATCH 2/5] docs: permissions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf3de76..396f3c6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,12 @@ Continuous Integration for Node.js projects name: CI on: + - pull_request - push +permissions: + pull-requests: write + jobs: node-ci: name: Node CI From ec0bc301acfd0e443d581aa8a104291750d51d48 Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Tue, 18 Feb 2025 14:29:38 -0300 Subject: [PATCH 3/5] 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 4/5] 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 5/5] 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!