Switching of the version on DLP does not lead to switching of metadata version meditor uses #443
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 beta project | |
on: | |
issues: | |
types: | |
- opened | |
- transferred | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/dandi/projects/16 | |
github-token: ${{ secrets.AUTO_ADD_ISSUES }} |