Skip to content

Commit

Permalink
Add new issues to project board (#533)
Browse files Browse the repository at this point in the history
add new issues to project board
  • Loading branch information
mattldawson committed May 29, 2024
1 parent d880f32 commit b925a74
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Assigns new issues to a project board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project board
runs-on: ubuntu-latest
steps:
- name: Add issue to project board
uses: actions/add-to-project@v1
with:
project-url: https://github.com/orgs/NCAR/projects/51
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b925a74

Please sign in to comment.