-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Xinwei Xiong <[email protected]>
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 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,33 @@ | ||
name: Update ASF APIs | ||
on: | ||
push: | ||
schedule: | ||
- cron: '0 2 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
update-asf: | ||
name: Update ASF APIs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Open Source | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up system wide dependencies | ||
run: | | ||
echo "xxxx" >> README.md | ||
- name: Create PR | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
title: "Update ASF APIs" | ||
body: "xxxx" | ||
branch: "asf-auto-updates" | ||
author: "LocalStack Bot <[email protected]>" | ||
committer: "LocalStack Bot <[email protected]>" | ||
commit-message: "update generated ASF APIs to latest version" | ||
labels: "area: asf, area: dependencies, semver: patch" | ||
token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
reviewers: openimbot |
2b7b196
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
k8s-iam – ./
k8s-iam.vercel.app
k8s-iam-c-ub.vercel.app
k8s-iam-git-main-c-ub.vercel.app
k8s-iam.nsddd.top