Skip to content

Commit

Permalink
Echo the assignees name
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 31, 2025
1 parent 1470720 commit 0f1b0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ ! github.event.pull_request.assignees.name }}
steps:
- run: echo "${{ github.event.pull_request.assignees.name }}"
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 0f1b0e4

Please sign in to comment.