Skip to content

Commit 2ec67aa

Browse files
authored
Add shared workflows for OpenSwiftUI organization (#188)
1 parent 2bba828 commit 2ec67aa

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/workflows/claude.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Claude Code
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
8+
issues:
9+
types: [opened, assigned]
10+
pull_request_review:
11+
types: [submitted]
12+
13+
jobs:
14+
claude:
15+
uses: OpenSwiftUIProject/github-workflows/.github/workflows/claude.yml@main
16+
secrets: inherit

.github/workflows/issue-triage.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Issue Triage
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
triage-issue:
9+
uses: OpenSwiftUIProject/github-workflows/.github/workflows/issue-triage.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)