Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lauchaves authored Nov 25, 2024
1 parent b822c2c commit 69a7b16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { github, context } = require('@actions/github');
const reviewers = ['danielcdz'];
const assignees = [context.actor];
Expand All @@ -23,7 +22,7 @@ jobs:
pull_number: context.payload.pull_request.number,
reviewers,
});
// Add assignees
await github.rest.issues.addAssignees({
owner: context.repo.owner,
Expand Down

0 comments on commit 69a7b16

Please sign in to comment.