From c388e4520dbb1544f41aebad9919572f73622fee Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:45:05 +0200 Subject: [PATCH 1/2] Update LICENSE.md --- LICENSE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 5ca3072..5f1f2bd 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,4 @@ +``` // Copyright (c) 2025-present p5.js contributors & The Processing Foundation // Permission is hereby granted, free of charge, to any person obtaining a @@ -16,4 +17,5 @@ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -// DEALINGS IN THE SOFTWARE. \ No newline at end of file +// DEALINGS IN THE SOFTWARE. +``` From 3914d93d56922f8fcf052656efd4c58d6cef3536 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:45:36 +0200 Subject: [PATCH 2/2] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index dfd1a3d..b50db10 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,9 @@ name: Close issue on branch PR merge -description: Github action to close linked issues on PR merging against non-default branch +description: GitHub action to close linked issues on PR merging against non-default branch author: p5.js contributors & The Processing Foundation inputs: token: - description: Github token + description: GitHub token runs: using: node24 - main: index.js \ No newline at end of file + main: index.js