knative-extensions / kn-plugin-admin

Kn plugin for managing a Kubernetes based Knative installation.
Apache License 2.0
7 stars 18 forks source link

[Automated] Update knative/community files #70

Closed knative-automation closed 3 years ago

knative-automation commented 3 years ago

Produced via:

# meta: knative/community
# main: knative-sandbox/kn-plugin-admin
FILE="OWNERS_ALIASES"
if [ "knative-sandbox" != "knative" ] ; then
  FILE="knative-sandbox-OWNERS_ALIASES"
fi
if [ -f "${GITHUB_WORKSPACE}/meta/${FILE}" ] ; then
  cp "${GITHUB_WORKSPACE}/meta/${FILE}" "${GITHUB_WORKSPACE}/main/OWNERS_ALIASES"
fi

Cron. -vaikas /cc knative-sandbox/client-writers /assign knative-sandbox/client-writers

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (572ff08) into main (b11a675) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #70   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files          20       20           
  Lines        1029     1029           
=======================================
  Hits          823      823           
  Misses        147      147           
  Partials       59       59           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b11a675...572ff08. Read the comment docs.

rhuss commented 3 years ago

/approve /lgtm

knative-prow-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhuss

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/knative-sandbox/kn-plugin-admin/blob/main/OWNERS)~~ [rhuss] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment