Skip to content

Commit

Permalink
Test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Mar 20, 2024
1 parent 56d9758 commit d79e88a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 54 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/automated-triage.yml

This file was deleted.

13 changes: 8 additions & 5 deletions .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ jobs:
repository: ${{ github.repository }}
similarityTolerance: "0.1" # Lowered value for testing
commentBody: Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!

wti:
name: Run wti
needs: getSimilarIssues
runs-on: windows-2022
permissions:
issues: write
uses: ./.github/workflows/automated-triage.yml
with:
similar_issues_text: "${{ needs.getSimilarIssues.outputs.message }}"
issue: 11305
steps:
- name: Checkout repo
uses: actions/checkout@v4

- uses: ./.github/actions/triage
with:
similar_issues_text: "${{ needs.getSimilarIssues.outputs.message }}"
issue: '11305'
12 changes: 8 additions & 4 deletions .github/workflows/new_issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: windows-2022
permissions:
issues: write
uses: ./.github/workflows/automated-triage.yml
with:
comment: '2010845646'
issue: '11306'
steps:
- name: Checkout repo
uses: actions/checkout@v4

- uses: ./.github/actions/triage
with:
issue: '11306'
comment: '2010845646'

0 comments on commit d79e88a

Please sign in to comment.