Skip to content

Commit

Permalink
Install for all repositories in the installation
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Oct 1, 2024
1 parent 47666f4 commit 62d192a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/add-to-docs-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
id: app-token
with:
app-id: ${{ env.ISSUE_COMMANDS_APP_ID }}
owner: grafana
private-key: ${{ env.ISSUE_COMMANDS_PRIVATE_KEY }}

- uses: actions/checkout@v4
Expand All @@ -40,7 +41,11 @@ jobs:

- name: Send Slack Message
id: slack
if: ${{ steps.add-to-docs-project.outputs.added != ''}}
uses: grafana/shared-workflows/actions/send-slack-message@main
with:
channel-id: C05V6A36MB7
slack-message: ${{ steps.add-to-docs-project.outputs.added }}
slack-message: |
Added the following GitHub issues to the Docs project:
${{ steps.add-to-docs-project.outputs.added }}

0 comments on commit 62d192a

Please sign in to comment.