Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhuds committed Sep 26, 2023
1 parent e82ec1a commit 61d98f0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add_to_pr_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add Pull Requests to PR review project

on:
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/mindsdb/projects/65
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
14 changes: 14 additions & 0 deletions .github/workflows/add_to_roadmap_project_v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/mindsdb/projects/53
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 61d98f0

Please sign in to comment.