feat(gitea): add new stargazers trigger

This commit is contained in:
Rıdvan Akca
2024-04-29 16:53:49 +02:00
parent 99025c6a7c
commit f8018ca384
8 changed files with 123 additions and 1 deletions

View File

@@ -126,7 +126,10 @@ export default defineConfig({
text: 'Gitea',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/gitea/connection' }],
items: [
{ text: 'Triggers', link: '/apps/gitea/triggers' },
{ text: 'Connection', link: '/apps/gitea/connection' },
],
},
{
text: 'GitHub',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/gitea.svg
items:
- name: New stargazers
desc: Triggers when a user stars a repository.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -12,6 +12,7 @@ The following integrations are currently supported by Automatisch.
- [Flickr](/apps/flickr/triggers)
- [Formatter](/apps/formatter/actions)
- [Ghost](/apps/ghost/triggers)
- [Gitea](/apps/gitea/triggers)
- [GitHub](/apps/github/triggers)
- [GitLab](/apps/gitlab/triggers)
- [Google Calendar](/apps/google-calendar/triggers)