From eee08231664f73857bc79822381183141cfb5a8e Mon Sep 17 00:00:00 2001 From: Thibault Derousseaux Date: Thu, 10 Oct 2019 23:32:01 +0200 Subject: [PATCH] Shorten description (#7) It must be under 125 characters to be published on the marketplace. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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