Skip to content

Commit

Permalink
add comment to trigger E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Feb 8, 2025
1 parent 189c194 commit 0ad9208
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-job-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,16 @@ jobs:
uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'v2'

add-e2e-comment:
runs-on: ubuntu-24.04
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Add comment if target branch is feature/e2e
if: github.event.pull_request.base.ref == 'feature/e2e'
uses: actions-ecosystem/action-create-comment@v1
with:
body: |
/run-pull-e2e-kind-v2

0 comments on commit 0ad9208

Please sign in to comment.