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 3cbf546 commit b296f85Copy full SHA for b296f85
.github/workflows/pr-smart-merge.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Apply the changeset
106
env:
107
GH_BOT_TOKEN: ${{secrets.YARNBOT_TOKEN}}
108
- GH_REPO_NAME: ${{github.event.repository.full_name}}
+ GH_REPO_NAME: ${{github.event.pull_request.head.repo.full_name}}
109
GH_HEAD_REF: ${{github.event.pull_request.head.ref}}
110
run: |
111
git config user.name "Yarn Bot"
0 commit comments