Skip to content

Commit

Permalink
update CODEOWNERS and PR template (#1)
Browse files Browse the repository at this point in the history
* update CODEOWNERs

* update PR template

* update github action
  • Loading branch information
zirain authored Jul 29, 2024
1 parent 2ab3313 commit ab06aa9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
25 changes: 0 additions & 25 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
**Please provide a description of this PR:**



**To help us figure out who should review this PR, please put an X in all the areas that this PR affects.**

- [ ] Ambient
- [ ] Configuration Infrastructure
- [ ] Docs
- [ ] Dual Stack
- [ ] Installation
- [ ] Networking
- [ ] Performance and Scalability
- [ ] Extensions and Telemetry
- [ ] Security
- [ ] Test and Release
- [ ] User Experience
- [ ] Developer Infrastructure
- [ ] Upgrade
- [ ] Multi Cluster
- [ ] Virtual Machine
- [ ] Control Plane Revisions

**Please check any characteristics that apply to this pull request.**

- [ ] Does not have any [user-facing](https://github.com/istio/istio/tree/master/releasenotes#when-to-add-release-notes) changes. This may include CLI changes, API changes, behavior changes, performance improvements, etc.
4 changes: 1 addition & 3 deletions .github/workflows/code-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Code Check
on:
push:
branches:
- "master"
# paths:
# - 'k8s/kind/**'
- "main"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @istio/release-managers-1-23
* @zirain @howardjohn

0 comments on commit ab06aa9

Please sign in to comment.