Use logic similar to CustomEndpointEnumerator
to generate api root (html view of drf)
#55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2024 K Kollmann | |
# SPDX-License-Identifier: MIT | |
name: Add repository issues to Prosnet project | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected] | |
secrets: | |
ADD_TO_PROJECT_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }} | |
with: | |
PROJECT_NUM: 5 |