Skip to content

Commit

Permalink
Update issue_triage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank77maruti authored Dec 18, 2024
1 parent f436a08 commit edc1644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
// Set needs-triage based on labels
const needsTriage = !(hasTypeLabel && hasImpactLabel && hasWorkLabel);
core.setOutput('needs-triage', needsTriage);
shell: node
- name: Update Needs-Triage Label
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit edc1644

Please sign in to comment.