Skip to content

Commit 6d058e4

Browse files
authored
Merge pull request #1 from kerthcet/feat/init
init
2 parents e6b8c23 + 8ee35a7 commit 6d058e4

File tree

3 files changed

+38
-5
lines changed

3 files changed

+38
-5
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/[email protected]
9+
secrets:
10+
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

.github/workflows/kube-workflow.yaml

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/[email protected]
23+
secrets:
24+
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

OWNERS

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
2-
31
approvers:
4-
- sig-autoscaling-leads
5-
- karpenter-maintainers
2+
- carlory
3+
- kerthcet
64

75
reviewers:
8-
- karpenter-reviewers
6+
- carlory
7+
- kerthcet

0 commit comments

Comments
 (0)