Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhuds authored Sep 26, 2023
1 parent 5971267 commit 47ee2d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add_to_roadmap_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issue to roadmap project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to roadmap project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/mindsdb/projects/53
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: bug, enhancement
label-operator: OR

0 comments on commit 47ee2d0

Please sign in to comment.