From 90741b664967770a1dcaf36f277570081df38843 Mon Sep 17 00:00:00 2001 From: "Domain: konkretenterp-4mg3945.slack.com" Date: Thu, 23 May 2024 23:13:24 -0400 Subject: [PATCH] Update and rename README.md to README./Send to Slack "public" event to begin this workflow and avoid actual runs # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows on: public: jobs: run: runs-on: ubuntu-latest steps: - name: Checkout action uses: actions/checkout@v4 - name: Build action run: npm install && npm run build - name: Send a message into channel id: slack uses: ./. with: payload: | { "repository": "${{ github.repository }}", "pull_request_username": "${{ github.event.pull_request.user.login }}", "pull_request_title": ${{ toJSON(github.event.pull_request.title) }}, "pull_request_url": "${{ github.event.pull_request.html_url }}" } env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} --- ... Slack | 5 ----- 1 file changed, 5 deletions(-) rename README.md => README./Send to Slack (98%) diff --git a/README.md b/README./Send to Slack similarity index 98% rename from README.md rename to README./Send to Slack index 32fc7391..711a2618 100644 --- a/README.md +++ b/README./Send to Slack @@ -1,9 +1,4 @@ -# GitHub + Slack Integration -## About -The GitHub integration for Slack gives you and your teams full visibility into your GitHub projects right in Slack channels, where you can generate ideas, triage issues and collaborate with other teams to move projects forward. This integration is an open source project, built and maintained by GitHub. - -## Table of Contents - [Installing the GitHub integration for Slack](#installing-the-github-integration-for-slack) - [Requirements](#requirements) - [Installation](#installation)