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. +``` 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