feat(gitea): add new watchers trigger

This commit is contained in:
Rıdvan Akca
2024-04-29 17:25:30 +02:00
committed by Jakub P.
parent ba6b370c5c
commit edf29fd8bb
5 changed files with 65 additions and 11 deletions

View File

@@ -199,14 +199,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>