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 6f9ee67 commit d69b833Copy full SHA for d69b833
.github/workflows/python-publish.yml
@@ -66,6 +66,7 @@ jobs:
66
67
# Create or update PR for metadata
68
- name: Create or update Pull Request
69
+ id: cpr
70
uses: peter-evans/create-pull-request@v3
71
with:
72
token: ${{ secrets.REPO_PUSH_TOKEN }}
@@ -78,6 +79,7 @@ jobs:
78
79
80
# Automatically merge the PR if possible
81
- name: Auto-merge PR
82
+ if: steps.cpr.outputs.pull-request-operation == 'created'
83
uses: peter-evans/enable-pull-request-automerge@v3
84
85
0 commit comments