Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
19 lines
459 B
Markdown
19 lines
459 B
Markdown
---
|
|
favicon: /favicons/github.svg
|
|
items:
|
|
- name: New issues
|
|
desc: Triggers when a new issue is created.
|
|
- name: New pull requests
|
|
desc: Triggers when a new pull request is created.
|
|
- name: New stargazers
|
|
desc: Triggers when a user stars a repository.
|
|
- name: New watchers
|
|
desc: Triggers when a user watches a repository.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|