We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de403ef commit ba4349cCopy full SHA for ba4349c
.github/workflows/sync-import-trigger.yml
@@ -103,11 +103,3 @@ jobs:
103
-f "client_payload[triggered_by]=${{ github.event.comment.user.login }}" \
104
--raw-field "client_payload[pr_body]=$(cat /tmp/pr_body.txt)"
105
106
- - name: Post acknowledgment
107
- if: steps.check-member.outputs.authorized == 'true'
108
- env:
109
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
110
- run: |
111
- gh pr comment ${{ github.event.issue.number }} \
112
- --repo ${{ github.repository }} \
113
- --body "Import triggered by @${{ github.event.comment.user.login }}. A mirror PR will be created in [universe](https://github.com/jleibs/universe)."
0 commit comments