Skip to content

Commit

Permalink
[#18] Add Board integration (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Nov 9, 2023
1 parent 47b4abe commit 635ff89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 635ff89

Please sign in to comment.