diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml new file mode 100644 index 0000000..f6f4f4e --- /dev/null +++ b/.github/workflows/project.yml @@ -0,0 +1,24 @@ +name: Kagenti Project Automation + +on: + issues: + types: [opened] + pull_request_target: + types: [opened] + +permissions: + contents: read + +jobs: + add: + name: Add item to Kagenti Project + + permissions: + issues: write + pull-requests: write + contents: read + + # Pinned to @main intentionally: org-internal workflows propagate updates automatically. + uses: kagenti/.github/.github/workflows/add-to-project.yml@main + secrets: inherit +