Skip to content

Commit a4350b3

Browse files
committed
✏️
1 parent 087224e commit a4350b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,13 @@ jobs:
7171
# Create or update PR for metadata
7272
- name: Create or update Pull Request
7373
id: cpr
74-
uses: peter-evans/create-pull-request@v3
74+
uses: peter-evans/create-pull-request@v7
7575
with:
76-
token: ${{ secrets.REPO_PUSH_TOKEN }}
7776
commit-message: ":bookmark: Update metadata after release"
77+
title: "🤖 Automated metadata update"
7878
branch: auto-update
7979
base: main
80-
title: "🤖 Automated metadata update"
81-
body: "This PR updates Dublin Core metadata automatically after package release."
82-
labels: automated
80+
8381

8482
# Automatically merge the PR if possible
8583
- name: Auto-merge PR

0 commit comments

Comments
 (0)