We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087224e commit a4350b3Copy full SHA for a4350b3
.github/workflows/python-publish.yml
@@ -71,15 +71,13 @@ jobs:
71
# Create or update PR for metadata
72
- name: Create or update Pull Request
73
id: cpr
74
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v7
75
with:
76
- token: ${{ secrets.REPO_PUSH_TOKEN }}
77
commit-message: ":bookmark: Update metadata after release"
+ title: "🤖 Automated metadata update"
78
branch: auto-update
79
base: main
80
- title: "🤖 Automated metadata update"
81
- body: "This PR updates Dublin Core metadata automatically after package release."
82
- labels: automated
+
83
84
# Automatically merge the PR if possible
85
- name: Auto-merge PR
0 commit comments