feat(gitea): add new watchers trigger
This commit is contained in:
@@ -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',
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user