Skip to content

Commit

Permalink
Update In Progress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KingArthur0205 authored Nov 5, 2024
1 parent ed605c8 commit cfa70ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/In Progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
script: |
const issue = context.payload.issue;
const hasDataLabel = issue.labels.some(label => label.name === 'data');
const hasDataLabel = issue.labels.some(label => label.name === 'data queue');
const hasAssignee = issue.assignees.length > 0;
return hasDataLabel && hasAssignee;
Expand Down

0 comments on commit cfa70ee

Please sign in to comment.