diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml new file mode 100644 index 0000000..c5b778e --- /dev/null +++ b/.github/workflows/project.yml @@ -0,0 +1,20 @@ +name: Project Automations +on: + issues: + types: + - opened + - reopened + pull_request: + types: + - opened + - ready_for_review + - reopened + - closed + - converted_to_draft + +jobs: + ProjectAutomations: + uses: Oztechan/actions/.github/workflows/project.yml@6c5f8bec653f12c288d4bb6f82e3c4f1e0611f25 + with: + project_id: 8 + secrets: inherit