Skip to content

Commit 34e58fd

Browse files
committed
Add workflow
Signed-off-by: kerthcet <[email protected]>
1 parent df0536a commit 34e58fd

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Initialization Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
init:
8+
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@main
9+
secrets:
10+
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Event Workflow
2+
3+
env:
4+
GH_DEBUG: api
5+
6+
on:
7+
issues:
8+
types:
9+
- opened
10+
issue_comment:
11+
types:
12+
- created
13+
pull_request_target:
14+
types:
15+
- opened
16+
- synchronize
17+
- labeled
18+
- unlabeled
19+
20+
jobs:
21+
event-handler:
22+
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main
23+
secrets:
24+
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

OWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
approvers:
2+
- kerthcet
3+
4+
reviewers:
5+
- kerthcet

0 commit comments

Comments
 (0)