mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 19:43:51 +00:00
11 lines
344 B
YAML
11 lines
344 B
YAML
# If enabled, auto-assigns users when a new issue is created
|
|
# Defaults to true, allows you to install the app globally, and disable on a per-repo basis
|
|
addAssignees: true
|
|
|
|
# The list of users to assign to new issues.
|
|
# If empty or not provided, the repository owner is assigned
|
|
assignees:
|
|
- fenny
|
|
- koddr
|
|
- thomasvvugt
|
|
- jozsefsallai |