Skip to content

Commit

Permalink
Merge pull request #95 from CCBR/project-action
Browse files Browse the repository at this point in the history
Add GitHub Action to add issues/PRs to personal project boards
  • Loading branch information
slsevilla authored Oct 17, 2023
2 parents f79b172 + 921f17b commit 36aed6f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add issues/PRs to user projects

on:
issues:
types:
- assigned
pull_request:
types:
- assigned

jobs:
add-to-project:
uses: CCBR/.github/.github/workflows/auto-add-user-project.yml@v0.1.0
secrets: inherit

0 comments on commit 36aed6f

Please sign in to comment.