diff --git a/action.yml b/action.yml index 9f93d60..3f6169d 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,5 @@ name: "Plus one" +description: A GitHub action which labels a PR with +1 or +2 according to reviews runs: - using: node16 - main: dist/index.js \ No newline at end of file + using: node20 + main: dist/index.js