Skip to content

Commit

Permalink
Create add_to_dashboard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jan 26, 2024
1 parent 946c986 commit 819d316
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add_to_dashboard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add Issue or Pull Request to Dashboard

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add issue or pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/catalystneuro/projects/3
github-token: ${{ secrets.PROJECT_TOKEN }}

0 comments on commit 819d316

Please sign in to comment.