Investigate adoption/support/applicability of LinkML to maintain schemas for HTAN #115
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
on: | |
issues: | |
types: [labeled] | |
jobs: | |
Move_Labeled_Issue_On_Project_Board: | |
name: Move issue to not planned | |
runs-on: ubuntu-latest | |
steps: | |
- uses: konradpabjan/[email protected] | |
with: | |
action-token: "${{ secrets.ADD_TO_PROJECT_PAT }}" | |
project-url: "https://github.com/orgs/github/projects/4" | |
column-name: "Not planned" | |
label-name: "notplanned" |