Skip to content

Commit

Permalink
chore: Merge pull request #35 from Unleash/pr-issue-automation
Browse files Browse the repository at this point in the history
chore: pr issues automation
  • Loading branch information
kwasniew authored Feb 13, 2024
2 parents b997ecf + c1de73d commit 269b423
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add new item to project board

on:
issues:
types:
- opened
pull_request_target:
types:
- opened

jobs:
add-to-project:
uses: unleash/.github/.github/workflows/add-item-to-project.yml@main
secrets: inherit

0 comments on commit 269b423

Please sign in to comment.