Skip to content

Commit

Permalink
Create add_issues_to_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery authored Mar 6, 2024
1 parent e3d518c commit a7bf76c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add_issues_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add items to project to be triaged

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/users/andrewmcgivery/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit a7bf76c

Please sign in to comment.