Skip to content

Commit

Permalink
Update add_assignees.yml
Browse files Browse the repository at this point in the history
next try in assigning the current author as assignee
  • Loading branch information
urapadmin authored Jul 28, 2023
1 parent 4397ed4 commit efadd25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/add_assignees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
actions: 'add-assignees'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
assignees: 'urapadmin,${{ github.actor }}'
random-to: 1
assignees: urapadmin,${{ github.actor }}

0 comments on commit efadd25

Please sign in to comment.