Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
  • Loading branch information
bowenlan-amzn committed Nov 14, 2023
1 parent a76f39a commit af79e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Auto triage based on the component label in issue
on:
issues:
types: [opened]
types: [opened, reopened]

jobs:
triage:
if: github.repository == 'opensearch-project/OpenSearch'
if: github.repository == 'bowenlan-amzn/OpenSearch'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
Expand Down

0 comments on commit af79e23

Please sign in to comment.