derrickaw commented on code in PR #33940:
URL: https://github.com/apache/beam/pull/33940#discussion_r1950923401


##########
.github/workflows/self-assign.yml:
##########
@@ -50,18 +50,6 @@ jobs:
               } catch (error) {
                 console.log(`Failed to remove awaiting triage label. It may 
not exist on this issue. Error ${error}`);
               }
-            } else if (bodyString == '.free-issue') {
-              try {
-                console.log(`Unassigning issue for 
${context.payload.comment.user.login}`);
-                github.rest.issues.removeAssignees({
-                  issue_number: context.issue.number,
-                  owner: context.repo.owner,
-                  repo: context.repo.repo,
-                  assignees: [context.payload.comment.user.login]
-                });
-              } catch (error) {
-                console.log(`Failed to remove 
${context.payload.comment.user.login} from issue. It may not exist on this 
issue. Error ${error});

Review Comment:
   Fixed, thanks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to