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 ef1e745 commit bc8599fCopy full SHA for bc8599f
.github/workflows/trymerge.yml
@@ -38,8 +38,13 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.PYTORCH_MERGEBOT_TOKEN }}
40
PR_NUM: ${{ github.event.client_payload.pr_num }}
41
+ FORCE: ${{ github.event.client_payload.force}}
42
COMMENT_ID: ${{ github.event.client_payload.comment_id }}
43
GIT_REMOTE_URL: https://github.com/pytorch/ao
44
+ REBASE: ${{ github.event.client_payload.rebase }}
45
+ IGNORE_CURRENT: ${{ github.event.client_payload.ignore_current }}
46
+ ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
47
+ DRCI_BOT_KEY: ${{ secrets.DRCI_BOT_KEY }}
48
run: |
49
set -x
50
if [ -n "${FORCE}" ]; then
0 commit comments