change the history overview of an entity type to also include changes of triples relate to the entities #93
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 |