Skip to content

Commit

Permalink
update auto
Browse files Browse the repository at this point in the history
  • Loading branch information
weilixu committed Feb 6, 2025
1 parent a99a5cd commit 44e83ab
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/auto-feature-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ jobs:
uses: actions/checkout@v4

- name: Create Pull Request to Feature Branch
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.AUTO_PAT }}
commit-message: Update feature branch
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
base: develop
branch: ${{ env.BASE_BRANCH }}
delete-branch: true
title: "Auto PR: Sync develop -> ${{ env.BASE_BRANCH }}"
body: "This PR is automatically created to sync the latest changes from develop branch"
labels: automated
assignees: weilixu
reviewers: weilixu
draft: false

0 comments on commit 44e83ab

Please sign in to comment.