feat(gitea): add new stargazers trigger
This commit is contained in:
@@ -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',
|
||||
|
12
packages/docs/pages/apps/gitea/triggers.md
Normal file
12
packages/docs/pages/apps/gitea/triggers.md
Normal 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 />
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user