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 6f51de1 commit ffa51c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/automated-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
runs-on: windows-2022
permissions:
issues: write
steps:
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: 'Run WTI'
if: ${{ !contains(inputs.similar_issue_text, '''@') }} # Skip this step if the description contains a string that will break the here document
run: |
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
permissions:
issues: write
steps:
- name: Checkout repo
uses: actions/checkout@v4

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

- uses: ./.github/workflows/automated-triage.yml
with:
comment: '2010845646'
issue: '11306'
- uses: ./.github/workflows/automated-triage.yml
with:
comment: '2010845646'
issue: '11306'

0 comments on commit ffa51c3

Please sign in to comment.