Skip to content

Commit

Permalink
Create add_issue_to_project.yml
Browse files Browse the repository at this point in the history
Adding .yml file for issue tracking in GH projects.
  • Loading branch information
SFEMark committed Nov 16, 2023
1 parent 6b65ecb commit 3588dd5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add new issue to our main project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/sparkfun/projects/19
github-token: ${{ secrets.DEFECT_ADD_TO_PROJECT }}

0 comments on commit 3588dd5

Please sign in to comment.