AssertNamespacePrefix cannot add new namespaces in virtual datasets #129
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
name: Add Issues To Project | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
jobs: | |
add-to-project: | |
name: Add issue to dataplatform project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@v0.4.0 | |
with: | |
project-url: https://github.com/orgs/mimiro-io/projects/3 | |
github-token: ${{ secrets.MIMIRO_GITHUB_PROJECTS_PAT }} | |
labeled: bug, enhancement, documentation | |
label-operator: OR |