Skip to content

Commit 0b1650e

Browse files
authored
Update workflow ID in triage-all-open-issues.yml (#1527)
1 parent fc810ab commit 0b1650e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triage-all-open-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
const response = await github.rest.actions.createWorkflowDispatch({
9999
owner: context.repo.owner,
100100
repo: context.repo.repo,
101-
workflow_id: 'triage-agent-2.yml',
101+
workflow_id: 'triage-agent.yml',
102102
ref: 'main',
103103
inputs: {
104104
issue_number: issueNumber
@@ -144,4 +144,4 @@ jobs:
144144
echo "⏭️ Processing was skipped (no open issues found)"
145145
else
146146
echo "⚠️ Processing completed with status: ${{ needs.process_issues.result }}"
147-
fi
147+
fi

0 commit comments

Comments
 (0)