Skip to content

Commit 976e73c

Browse files
committed
Pin reusable AI workflows to latest basecamp/.github SHA
Updates ai-labeler to use the fixed shared workflows that parse JSON responses correctly and include pull-requests:read for private repos.
1 parent 74ad6e6 commit 976e73c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ai-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
classify:
19-
uses: basecamp/.github/.github/workflows/ai-classify-pr.yml@fc560544cd2bb4e242530bde9b0d9deb7863ea45
19+
uses: basecamp/.github/.github/workflows/ai-classify-pr.yml@0f236fea0ac36da812ff7178af3af1b4ee686c3c
2020
with:
2121
prompt-file: .github/prompts/classify-pr.prompt.yml
2222
labels: "bug,enhancement,documentation"
@@ -27,7 +27,7 @@ jobs:
2727
pull-requests: write
2828

2929
breaking:
30-
uses: basecamp/.github/.github/workflows/ai-breaking-change.yml@fc560544cd2bb4e242530bde9b0d9deb7863ea45
30+
uses: basecamp/.github/.github/workflows/ai-breaking-change.yml@0f236fea0ac36da812ff7178af3af1b4ee686c3c
3131
with:
3232
prompt-file: .github/prompts/detect-breaking.prompt.yml
3333
file-patterns: |

0 commit comments

Comments
 (0)