Skip to content

Commit

Permalink
Create project_action.yml (#1617)
Browse files Browse the repository at this point in the history
* Create project_action.yml

* Update project_action.yml

* Update project_action.yml
  • Loading branch information
mavaylon1 authored Jan 5, 2023
1 parent 7b2dea4 commit a26e260
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/project_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add issues to Development Project Board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/NeurodataWithoutBorders/projects/7
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 comments on commit a26e260

Please sign in to comment.