Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
// DEALINGS IN THE SOFTWARE.
```
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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
main: index.js