Skip to content

Commit

Permalink
ci(CI&CD): 🎡 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 24, 2024
1 parent f3189df commit 1e98021
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ jobs:

- name: Create Pull Request
uses: peter-evans/[email protected]
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# commit-message: "chore: CI"
# title: "chore: update dependencies"
# body: "This PR updates dependencies"
# branch: "chore/update-dependencies"
# base: "main"
# labels: "dependencies"
# assignees: "octocat"
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: CI Bot"
branch: develop
base: main
labels: "CI"
assignees: "guozichun"

0 comments on commit 1e98021

Please sign in to comment.