feat(gitea): add new watchers trigger

This commit is contained in:
Rıdvan Akca
2024-04-29 17:25:30 +02:00
parent b8ac73478b
commit fbd62d8635
5 changed files with 65 additions and 11 deletions

View File

@@ -126,14 +126,10 @@ export default defineConfig({
text: 'Gitea',
collapsible: true,
collapsed: true,
<<<<<<< HEAD
items: [
{ text: 'Triggers', link: '/apps/gitea/triggers' },
{ text: 'Connection', link: '/apps/gitea/connection' },
],
=======
items: [{ text: 'Connection', link: '/apps/gitea/connection' }],
>>>>>>> 589d3447 (feat(gitea): add gitea integration)
},
{
text: 'GitHub',

View File

@@ -3,6 +3,8 @@ favicon: /favicons/gitea.svg
items:
- name: New stargazers
desc: Triggers when a user stars a repository.
- name: New watchers
desc: Triggers when a user watches a repository.
---
<script setup>