Skip to content

Commit

Permalink
chore: automatically add issues to GH Project (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Oct 24, 2024
1 parent 2accf9d commit 3d156c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gh_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issues to GitHub project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add new issues to project for triage
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/run-llama/projects/8
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ coverage.*
.idea
.DS_Store
.vscode
.zed

0 comments on commit 3d156c8

Please sign in to comment.