We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc810ab commit 0b1650eCopy full SHA for 0b1650e
.github/workflows/triage-all-open-issues.yml
@@ -98,7 +98,7 @@ jobs:
98
const response = await github.rest.actions.createWorkflowDispatch({
99
owner: context.repo.owner,
100
repo: context.repo.repo,
101
- workflow_id: 'triage-agent-2.yml',
+ workflow_id: 'triage-agent.yml',
102
ref: 'main',
103
inputs: {
104
issue_number: issueNumber
@@ -144,4 +144,4 @@ jobs:
144
echo "⏭️ Processing was skipped (no open issues found)"
145
else
146
echo "⚠️ Processing completed with status: ${{ needs.process_issues.result }}"
147
- fi
+ fi
0 commit comments