-
Notifications
You must be signed in to change notification settings - Fork 10
/
catalog-info.yaml
46 lines (43 loc) · 1006 Bytes
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: actions-discord-git-webhook
description: A GitHub Action to send commit notifications to Discord via webhooks
tags:
- github-actions
- discord
- javascript
spec:
type: library
lifecycle: production
owner: johnnyhuy
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: discord-webhook-api
description: Discord Webhook API for sending messages
spec:
type: webhook
lifecycle: production
owner: discord
system: discord
definition: |
https://discord.com/developers/docs/resources/webhook
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: discord
description: Discord messaging platform
spec:
owner: discord
---
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
name: actions-discord-git-webhook
description: GitHub repo for the actions-discord-git-webhook action
spec:
type: github
target: "https://github.com/johnnyhuy/actions-discord-git-webhook"