Skip to content

Commit

Permalink
Create pull-request.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong <[email protected]>
  • Loading branch information
cubxxw authored Jan 26, 2024
1 parent 5c3dcdf commit 2b7b196
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/pull-request.yml
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

1 comment on commit 2b7b196

@vercel
Copy link

@vercel vercel bot commented on 2b7b196 Jan 26, 2024

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

Please sign in to comment.