Skip to content

Commit ba204cb

Browse files
committed
After vendoring everything needs to go back to main
Signed-off-by: Hector Martinez <hemartin@redhat.com>
1 parent 9bd7234 commit ba204cb

9 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ concurrency:
2929

3030
jobs:
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 }}

.github/workflows/fix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ concurrency:
5050

5151
jobs:
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 }}
@@ -60,7 +60,7 @@ jobs:
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 }}

.github/workflows/prioritize-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/prioritize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ concurrency:
2727

2828
jobs:
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 }}

.github/workflows/repo-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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 }}

.github/workflows/retro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ concurrency:
2828

2929
jobs:
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 }}

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ concurrency:
2727

2828
jobs:
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 }}

templates/shim-per-repo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)