Skip to content

Commit 0871587

Browse files
committed
FIX: Add branch name to PR to avoid conflicts
1 parent 47fec86 commit 0871587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: peter-evans/create-pull-request@v6
5858
with:
5959
token: ${{ secrets.GITHUB_TOKEN }}
60-
branch: update-filtered-data
60+
branch: update-filtered-data-${{ github.head_ref }}
6161
delete-branch: true
6262
commit-message: "Get latest filtered dependents data and rejections"
6363
title: "Get latest filtered dependents data and rejections"

0 commit comments

Comments
 (0)