From 4fbef6dcb6e9112e653cf69b61efb4d68639d099 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 12 Mar 2026 23:05:54 -0700 Subject: [PATCH 1/2] chore: use a unique title for marketplace --- action.yml | 2 +- cli/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3f2b086b..13d3dd40 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Slack GitHub Action" +name: "The Slack GitHub Action" author: "slackapi" description: "Post a message, call a Web API method, start a Slack workflow, or run a Slack CLI command from GitHub Actions" inputs: diff --git a/cli/action.yml b/cli/action.yml index ebadfa07..5fd8249a 100644 --- a/cli/action.yml +++ b/cli/action.yml @@ -1,4 +1,4 @@ -name: "Slack GitHub Action: CLI" +name: "The Slack GitHub Action: CLI" author: "slackapi" description: "Install the Slack CLI and run a command in a GitHub Actions workflow" inputs: From c2b878afcc90b1846b08cfe1a3408526e9da5dbc Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 12 Mar 2026 23:11:09 -0700 Subject: [PATCH 2/2] docs: match name in sentance --- README.md | 2 +- docs/slack-github-action.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18740781..a788572f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Slack GitHub Action -> the GitHub Action for sending data to Slack and running commands +> the Slack GitHub Action is for sending data to Slack and running commands [![codecov](https://codecov.io/gh/slackapi/slack-github-action/graph/badge.svg?token=OZNX7FHN78)](https://codecov.io/gh/slackapi/slack-github-action) diff --git a/docs/slack-github-action.md b/docs/slack-github-action.md index 20753861..10c2721d 100644 --- a/docs/slack-github-action.md +++ b/docs/slack-github-action.md @@ -1,6 +1,6 @@ # Slack GitHub Action -The GitHub Action for sending data to Slack and running commands. +The Slack GitHub Action is for sending data to Slack and running commands. ## Versioning @@ -14,4 +14,4 @@ This project is licensed under the [MIT license](https://github.com/slackapi/sla ## Contributing -All contributions are encouraged! Check out the [contributor's guide](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md) to learn more. \ No newline at end of file +All contributions are encouraged! Check out the [contributor's guide](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md) to learn more.