diff --git a/action.yml b/action.yml index 010eef6..5693da2 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: Autosquash -description: Autosquash automatically updates pull requests with outdated checks and squash and merges pull requests matching all branch protections. +description: Automatically update PRs with outdated checks and squash and merge the ones matching all branch protections. runs: using: node12 main: dist/index.js