File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ concurrency:
2929
3030jobs :
3131 code :
32- uses : fullsend-ai/fullsend/.github/workflows/reusable-code.yml@v0
32+ uses : fullsend-ai/fullsend/.github/workflows/reusable-code.yml@main
3333 with :
3434 event_type : ${{ inputs.event_type }}
3535 source_repo : ${{ inputs.source_repo }}
3636 event_payload : ${{ inputs.event_payload }}
3737 mint_url : ${{ vars.FULLSEND_MINT_URL }}
3838 gcp_region : ${{ vars.FULLSEND_GCP_REGION }}
39- fullsend_ai_ref : v0
39+ fullsend_ai_ref : main
4040 secrets :
4141 FULLSEND_GCP_WIF_PROVIDER : ${{ secrets.FULLSEND_GCP_WIF_PROVIDER }}
4242 FULLSEND_GCP_PROJECT_ID : ${{ secrets.FULLSEND_GCP_PROJECT_ID }}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ concurrency:
5050
5151jobs :
5252 fix :
53- uses : fullsend-ai/fullsend/.github/workflows/reusable-fix.yml@v0
53+ uses : fullsend-ai/fullsend/.github/workflows/reusable-fix.yml@main
5454 with :
5555 event_type : ${{ inputs.event_type }}
5656 source_repo : ${{ inputs.source_repo }}
6060 instruction : ${{ inputs.instruction || '' }}
6161 mint_url : ${{ vars.FULLSEND_MINT_URL }}
6262 gcp_region : ${{ vars.FULLSEND_GCP_REGION }}
63- fullsend_ai_ref : v0
63+ fullsend_ai_ref : main
6464 secrets :
6565 FULLSEND_GCP_WIF_PROVIDER : ${{ secrets.FULLSEND_GCP_WIF_PROVIDER }}
6666 FULLSEND_GCP_PROJECT_ID : ${{ secrets.FULLSEND_GCP_PROJECT_ID }}
Original file line number Diff line number Diff line change 3535
3636 - name : Mint fullsend token
3737 id : app-token
38- uses : fullsend-ai/fullsend/.github/actions/mint-token@v0
38+ uses : fullsend-ai/fullsend/.github/actions/mint-token@main
3939 with :
4040 role : fullsend
4141 repos : .fullsend
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ concurrency:
2727
2828jobs :
2929 prioritize :
30- uses : fullsend-ai/fullsend/.github/workflows/reusable-prioritize.yml@v0
30+ uses : fullsend-ai/fullsend/.github/workflows/reusable-prioritize.yml@main
3131 with :
3232 event_type : ${{ inputs.event_type }}
3333 source_repo : ${{ inputs.source_repo }}
3434 event_payload : ${{ inputs.event_payload }}
3535 mint_url : ${{ vars.FULLSEND_MINT_URL }}
3636 gcp_region : ${{ vars.FULLSEND_GCP_REGION }}
3737 project_number : ${{ vars.FULLSEND_PROJECT_NUMBER }}
38- fullsend_ai_ref : v0
38+ fullsend_ai_ref : main
3939 secrets :
4040 FULLSEND_GCP_WIF_PROVIDER : ${{ secrets.FULLSEND_GCP_WIF_PROVIDER }}
4141 FULLSEND_GCP_PROJECT_ID : ${{ secrets.FULLSEND_GCP_PROJECT_ID }}
Original file line number Diff line number Diff line change 6767 - name : Mint fullsend token
6868 if : steps.repo-list.outputs.skip != 'true'
6969 id : app-token
70- uses : fullsend-ai/fullsend/.github/actions/mint-token@v0
70+ uses : fullsend-ai/fullsend/.github/actions/mint-token@main
7171 with :
7272 role : fullsend
7373 repos : ${{ steps.repo-list.outputs.names }}
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
3434
3535 retro :
3636 needs : debounce
37- uses : fullsend-ai/fullsend/.github/workflows/reusable-retro.yml@v0
37+ uses : fullsend-ai/fullsend/.github/workflows/reusable-retro.yml@main
3838 with :
3939 event_type : ${{ inputs.event_type }}
4040 source_repo : ${{ inputs.source_repo }}
4141 event_payload : ${{ inputs.event_payload }}
4242 mint_url : ${{ vars.FULLSEND_MINT_URL }}
4343 gcp_region : ${{ vars.FULLSEND_GCP_REGION }}
44- fullsend_ai_ref : v0
44+ fullsend_ai_ref : main
4545 secrets :
4646 FULLSEND_GCP_WIF_PROVIDER : ${{ secrets.FULLSEND_GCP_WIF_PROVIDER }}
4747 FULLSEND_GCP_PROJECT_ID : ${{ secrets.FULLSEND_GCP_PROJECT_ID }}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ concurrency:
2828
2929jobs :
3030 review :
31- uses : fullsend-ai/fullsend/.github/workflows/reusable-review.yml@v0
31+ uses : fullsend-ai/fullsend/.github/workflows/reusable-review.yml@main
3232 with :
3333 event_type : ${{ inputs.event_type }}
3434 source_repo : ${{ inputs.source_repo }}
3535 event_payload : ${{ inputs.event_payload }}
3636 mint_url : ${{ vars.FULLSEND_MINT_URL }}
3737 gcp_region : ${{ vars.FULLSEND_GCP_REGION }}
38- fullsend_ai_ref : v0
38+ fullsend_ai_ref : main
3939 secrets :
4040 FULLSEND_GCP_WIF_PROVIDER : ${{ secrets.FULLSEND_GCP_WIF_PROVIDER }}
4141 FULLSEND_GCP_PROJECT_ID : ${{ secrets.FULLSEND_GCP_PROJECT_ID }}
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ concurrency:
2727
2828jobs :
2929 triage :
30- uses : fullsend-ai/fullsend/.github/workflows/reusable-triage.yml@v0
30+ uses : fullsend-ai/fullsend/.github/workflows/reusable-triage.yml@main
3131 with :
3232 event_type : ${{ inputs.event_type }}
3333 source_repo : ${{ inputs.source_repo }}
3434 event_payload : ${{ inputs.event_payload }}
3535 mint_url : ${{ vars.FULLSEND_MINT_URL }}
3636 gcp_region : ${{ vars.FULLSEND_GCP_REGION }}
37- fullsend_ai_ref : v0
37+ fullsend_ai_ref : main
3838 secrets :
3939 FULLSEND_GCP_WIF_PROVIDER : ${{ secrets.FULLSEND_GCP_WIF_PROVIDER }}
4040 FULLSEND_GCP_PROJECT_ID : ${{ secrets.FULLSEND_GCP_PROJECT_ID }}
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 if : >-
4242 github.event_name != 'issue_comment'
4343 || github.event.comment.user.type != 'Bot'
44- uses : fullsend-ai/fullsend/.github/workflows/reusable-dispatch.yml@v0
44+ uses : fullsend-ai/fullsend/.github/workflows/reusable-dispatch.yml@main
4545 with :
4646 event_action : ${{ github.event.action }}
4747 install_mode : per-repo
4848 mint_url : ${{ vars.FULLSEND_MINT_URL }}
4949 gcp_region : ${{ vars.FULLSEND_GCP_REGION }}
50- fullsend_ai_ref : v0 # Should match the above `uses` version
50+ fullsend_ai_ref : main # Should match the above `uses` version
5151 secrets :
5252 FULLSEND_GCP_WIF_PROVIDER : ${{ secrets.FULLSEND_GCP_WIF_PROVIDER }}
5353 FULLSEND_GCP_PROJECT_ID : ${{ secrets.FULLSEND_GCP_PROJECT_ID }}
You can’t perform that action at this time.
0 commit comments