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

@@ -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 />