☢️ bug: zero valued user being returned on account creation #620
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Assign Author | |
on: | |
pull_request: | |
types: [opened, reopened] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
auto-add-assignee: | |
runs-on: ubuntu-latest | |
if: github.actor != 'dependabot[bot]' && github.event.pull_request.user.login != 'dependabot[bot]' | |
steps: | |
- uses: kentaro-m/[email protected] | |
with: | |
configuration-path: ".github/assignees.yml" |