Skip to content

Commit

Permalink
create example pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinh-Tan-Dat committed Jun 19, 2024
1 parent 1dfc736 commit 1c4f08d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: extract git commit data
uses: rlespinasse/git-commit-data-action@v1.x

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
Expand All @@ -20,4 +23,3 @@ jobs:
head: dev
title: "Sync dev to test"
body: "This is an automated pull request to sync changes from dev to test."
draft: false

0 comments on commit 1c4f08d

Please sign in to comment.