Skip to content

Commit ba4349c

Browse files
committed
Better syncing visibillity
Source-Ref: 95ff2a171851dacbd621926156a334358811403f
1 parent de403ef commit ba4349c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/sync-import-trigger.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,3 @@ jobs:
103103
-f "client_payload[triggered_by]=${{ github.event.comment.user.login }}" \
104104
--raw-field "client_payload[pr_body]=$(cat /tmp/pr_body.txt)"
105105
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

Comments
 (0)