Skip to content

Commit

Permalink
Update auto-assignment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shmishra99 authored Oct 27, 2023
1 parent 5649860 commit 33a0382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scripts/auto-assignment.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = async ({ github, context }) => {
console.log("line 3", context.payload)
const issueNumber = context.payload.issue.number;
console.log("line 3", context.payload.issue.number)

const assigneesList = ['kuaashish'];
console.log("assignee list",assigneesList)
console.log("entered auto assignment for this issue: ", issueNumber);
Expand Down

0 comments on commit 33a0382

Please sign in to comment.