Skip to content

Commit

Permalink
chore: auto-add issues to user kanbans
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Mar 7, 2024
1 parent ec91206 commit e91d2e6
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/[email protected]
secrets: inherit

0 comments on commit e91d2e6

Please sign in to comment.