Skip to content

Commit

Permalink
Update .github/workflows/assignlabel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Jul 31, 2024
1 parent 3a21d9c commit f8a9531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/assignlabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
const allowedPermissions = ['admin', 'maintain', 'write'];
const hasPermission = allowedPermissions.includes(repoPermission.permission);
console.log(`Commenter ${commenter} has permission: ${hasPermission}`);
return hasPermission;
- name: Assign issue to creator
if: steps.check-permissions.outputs.result == 'true'
Expand Down

0 comments on commit f8a9531

Please sign in to comment.