Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[velero] Step down cpanato #255

Merged
merged 2 commits into from
Apr 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ numberOfReviewers: 3
reviewers:
- carlisia
- jenting
- cpanato
9 changes: 4 additions & 5 deletions .github/workflows/auto_assign_prs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: 'Auto Assign PR Reviewers'
# pull_request_target means that this will run on pull requests, but in the context of the base repo.
# This should mean PRs from forks are supported.
on:
on:
pull_request_target:
types: [opened, reopened, sychronized]
types: [opened, reopened, synchronize]


jobs:
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
with:
configuration-path: ".github/auto_assign.yml"
repo-token: '${{ secrets.GITHUB_TOKEN }}'
8 changes: 5 additions & 3 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
name: Automatic Rebase

on:
issue_comment:
types: [created]
name: Automatic Rebase

jobs:
rebase:
name: Rebase
Expand All @@ -15,4 +17,4 @@ jobs:
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 1 addition & 3 deletions charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.6.0
description: A Helm chart for velero
name: velero
version: 2.19.0
version: 2.19.1
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand All @@ -12,8 +12,6 @@ maintainers:
email: [email protected]
- name: carlisia
email: [email protected]
- name: cpanato
email: [email protected]
- name: jenting
email: [email protected]
- name: nrb
Expand Down
4 changes: 1 addition & 3 deletions charts/velero/OWNERS
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
approvers:
- ashish-amarnath
- carlisia
- cpanato
- jenting
- nrb
reviewers:
- ashish-amarnath
- carlisia
- cpanato
- jenting
- nrb
- nrb