-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into rewrite-stats-reporter
- Loading branch information
Showing
96 changed files
with
1,719 additions
and
1,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright 2024 The Knative Authors. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: 'Weekly Eventing WG Office Hours Slack Reminder' | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: 0 14 * * 4 # 1 hour before the meeting time | ||
|
||
jobs: | ||
remind: | ||
name: weekly-eventing-office-hours-reminder | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
- name: Post reminder to Slack | ||
uses: rtCamp/[email protected] | ||
env: | ||
SLACK_ICON: http://github.com/knative.png?size=48 | ||
SLACK_USERNAME: github-actions | ||
SLACK_TITLE: Knative Eventing Office Hours Reminder | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | ||
MSG_MINIMAL: 'true' | ||
SLACK_CHANNEL: 'knative-eventing' | ||
SLACK_MESSAGE: "This is a friendly reminder that the Knative Eventing Office Hours start in 1 hour. We hope to see you there! Please join the zoom meeting: https://zoom.us/j/92717482035?pwd=SnBiWnl6MXRvcUNFWHZ4Wkt5Z0FYZz09" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/README.txt
This file was deleted.
Oops, something went wrong.
160 changes: 0 additions & 160 deletions
160
vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.