File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ _.source = "{{config_root}}/scripts/get-versions.sh"
99# Runtimes
1010# TODO: we may not need `get_env` once https://github.com/jdx/mise/discussions/6339 is fixed
1111go = " {{ get_env(name='GO_VERSION_MISE', default='latest') }}"
12- node = ' 20'
12+ node = ' 20.19.5 '
1313python = ' 3.11.8'
14- dotnet = ' 8.0'
14+ dotnet = ' 8.0.414 '
1515# Corretto version used as Java SE/OpenJDK version no longer offered
1616java = ' corretto-11'
1717
Original file line number Diff line number Diff line change 77 PULUMI_PROVIDER_AUTOMATION_TOKEN : ${{ secrets.PULUMI_PROVIDER_AUTOMATION_TOKEN }}
88 TF_APPEND_USER_AGENT : pulumi
99
10+ name : Comment on community PRs
11+ on :
12+ pull_request_target : {}
13+
1014jobs :
1115 comment-on-pr :
1216 if : github.event.pull_request.head.repo.full_name != github.repository
1317 name : comment-on-pr
1418 runs-on : ubuntu-latest
19+ permissions :
20+ pull-requests : write
1521 steps :
16- - name : Checkout Repo
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18- with :
19- persist-credentials : false
20- - id : esc-secrets
21- name : Map environment to ESC outputs
22- uses : ./.github/actions/esc-action
2322 - name : Comment PR
2423 uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
2524 with :
2827 PR is now waiting for a maintainer to run the acceptance tests.
2928
3029 **Note for the maintainer:** To run the acceptance tests, please comment */run-acceptance-tests* on the PR
31- name : pull-request
32- on :
33- pull_request_target : {}
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ clean:
169169 rm -rf sdk/{dotnet,nodejs,go,python}
170170 rm -rf bin/*
171171 rm -rf .make/*
172+ rm -rf " $( GEN_PULUMI_CONVERT_EXAMPLES_CACHE_DIR) "
172173 if dotnet nuget list source | grep " $( WORKING_DIR) /nuget" ; then \
173174 dotnet nuget remove source " $( WORKING_DIR) /nuget" \
174175 ; fi
You can’t perform that action at this time.
0 commit comments