File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Automatically sets up your devbox environment whenever you cd into this
2
2
# directory via our direnv integration:
3
3
4
- strict_env
5
-
6
- export DEVBOX_NO_ENVRC_UPDATE=1
7
-
8
4
eval " $( devbox generate direnv --print-envrc --env-file .dev-envrc) "
9
5
10
6
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: devbox-update
6
6
on :
7
7
workflow_dispatch :
8
8
schedule :
9
- - cron : " 0 0 * * * "
9
+ - cron : " 0 0 * * 1 "
10
10
11
11
permissions :
12
12
contents : write
56
56
--field branch="${DESTINATION_BRANCH}" \
57
57
--field sha="${SHA}"
58
58
59
- gh pr create --base "${{ github.ref_name }}" --head "${DESTINATION_BRANCH}" --fill
59
+ gh api --method POST "/repos/:owner/:repo/pulls" \
60
+ --field title="${MESSAGE}" \
61
+ --field head="${DESTINATION_BRANCH}" \
62
+ --field base="${{ github.ref_name }}"
You can’t perform that action at this time.
0 commit comments