feat(gitea): add create issue action

This commit is contained in:
Rıdvan Akca
2024-04-30 15:45:53 +02:00
parent 3e6f22748b
commit 93fdc05529
6 changed files with 123 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/gitea/triggers' },
{ text: 'Actions', link: '/apps/gitea/actions' },
{ text: 'Connection', link: '/apps/gitea/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/gitea.svg
items:
- name: Create issue
desc: Creates a new issue.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />