diff --git a/.github/workflows/toc-review-reminder.yaml b/.github/workflows/toc-review-reminder.yaml index c22ae0b3..45a98986 100644 --- a/.github/workflows/toc-review-reminder.yaml +++ b/.github/workflows/toc-review-reminder.yaml @@ -12,48 +12,48 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 'TOC review reminder' +# name: 'TOC review reminder' -on: - workflow_dispatch: - schedule: ## At 09:00 on Mondays - - cron: 0 9 * * MON +# on: +# workflow_dispatch: +# schedule: ## At 09:00 on Mondays +# - cron: 0 9 * * MON -jobs: - remind: - name: toc-review-reminder - runs-on: 'ubuntu-latest' +# jobs: +# remind: +# name: toc-review-reminder +# runs-on: 'ubuntu-latest' - steps: - - name: checkout TOC-REVIEW.schedule - uses: actions/checkout@v4 - with: - repository: knative/community - sparse-checkout: | - mechanics/TOC-REVIEW.schedule - sparse-checkout-cone-mode: false +# steps: +# - name: checkout TOC-REVIEW.schedule +# uses: actions/checkout@v4 +# with: +# repository: knative/community +# sparse-checkout: | +# mechanics/TOC-REVIEW.schedule +# sparse-checkout-cone-mode: false - - name: check who is scheduled this week - id: schedule - run: | - SLACK_MSG="NONE" - SCHED=$(cat mechanics/TOC-REVIEW.schedule | grep $(date --date="next wednesday" +%F) || true) - if [[ $SCHED ]]; then - DATE=$(echo $SCHED | cut -d '|' -f 1 | xargs) - WG=$(echo $SCHED | cut -d '|' -f 2 | xargs) - MEMBERS=$(echo $SCHED | cut -d '|' -f 3 | xargs) - SLACK_MSG="The $WG is up for TOC review on $DATE. $MEMBERS" - fi - echo "result=${SLACK_MSG}" >> "$GITHUB_OUTPUT" +# - name: check who is scheduled this week +# id: schedule +# run: | +# SLACK_MSG="NONE" +# SCHED=$(cat mechanics/TOC-REVIEW.schedule | grep $(date --date="next wednesday" +%F) || true) +# if [[ $SCHED ]]; then +# DATE=$(echo $SCHED | cut -d '|' -f 1 | xargs) +# WG=$(echo $SCHED | cut -d '|' -f 2 | xargs) +# MEMBERS=$(echo $SCHED | cut -d '|' -f 3 | xargs) +# SLACK_MSG="The $WG is up for TOC review on $DATE. $MEMBERS" +# fi +# echo "result=${SLACK_MSG}" >> "$GITHUB_OUTPUT" - - name: Post reminder to Slack - if: steps.schedule.outputs.result != 'NONE' - uses: rtCamp/action-slack-notify@v2.2.1 - env: - SLACK_ICON: http://github.com/knative.png?size=48 - SLACK_USERNAME: github-actions - SLACK_TITLE: TOC review reminder - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - MSG_MINIMAL: 'true' - SLACK_CHANNEL: 'knative-contributors' - SLACK_MESSAGE: ${{ steps.schedule.outputs.result }} +# - name: Post reminder to Slack +# if: steps.schedule.outputs.result != 'NONE' +# uses: rtCamp/action-slack-notify@v2.2.1 +# env: +# SLACK_ICON: http://github.com/knative.png?size=48 +# SLACK_USERNAME: github-actions +# SLACK_TITLE: TOC review reminder +# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} +# MSG_MINIMAL: 'true' +# SLACK_CHANNEL: 'knative-contributors' +# SLACK_MESSAGE: ${{ steps.schedule.outputs.result }} diff --git a/peribolos/knative-OWNERS_ALIASES b/peribolos/knative-OWNERS_ALIASES index 3cd6aae2..ce777c0c 100644 --- a/peribolos/knative-OWNERS_ALIASES +++ b/peribolos/knative-OWNERS_ALIASES @@ -123,14 +123,14 @@ aliases: - skonto steering-committee: - aliok - - evankanderson - - nainaz - - salaboy - technical-oversight-committee: - davidhadas - dprotaso - dsimansk + - evankanderson + - nainaz - psschwei + - salaboy + technical-oversight-committee: [] ux-wg-leads: - cali0707 - leo6leo diff --git a/peribolos/knative-extensions-OWNERS_ALIASES b/peribolos/knative-extensions-OWNERS_ALIASES index 32ebc204..6b1caaa5 100644 --- a/peribolos/knative-extensions-OWNERS_ALIASES +++ b/peribolos/knative-extensions-OWNERS_ALIASES @@ -229,14 +229,14 @@ aliases: - skonto steering-committee: - aliok - - evankanderson - - nainaz - - salaboy - technical-oversight-committee: - davidhadas - dprotaso - dsimansk + - evankanderson + - nainaz - psschwei + - salaboy + technical-oversight-committee: [] ux-wg-leads: - cali0707 - leo6leo diff --git a/peribolos/knative-extensions.yaml b/peribolos/knative-extensions.yaml index ec3395c3..39eb7494 100644 --- a/peribolos/knative-extensions.yaml +++ b/peribolos/knative-extensions.yaml @@ -762,15 +762,15 @@ orgs: - evankanderson - nainaz - salaboy - privacy: closed - Technical Oversight Committee: - description: Members of the Knative Technical Oversight Committee (TOC) - maintainers: - davidhadas - dprotaso - dsimansk - psschwei privacy: closed + Technical Oversight Committee: + description: Members of the Knative Technical Oversight Committee (TOC) + maintainers: [] + privacy: closed Knative Release Leads: privacy: closed description: Active members of the Knative Release Leads rotation. diff --git a/peribolos/knative.yaml b/peribolos/knative.yaml index be920a38..3b1dc58f 100644 --- a/peribolos/knative.yaml +++ b/peribolos/knative.yaml @@ -515,15 +515,15 @@ orgs: - evankanderson - nainaz - salaboy - privacy: closed - Technical Oversight Committee: - description: Members of the Knative Technical Oversight Committee (TOC) - maintainers: - davidhadas - dprotaso - dsimansk - psschwei privacy: closed + Technical Oversight Committee: + description: Members of the Knative Technical Oversight Committee (TOC) + maintainers: [] + privacy: closed Knative Release Leads: privacy: closed description: Active members of the Knative Release Leads rotation.