Skip to content

Commit

Permalink
ajust trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Aug 20, 2024
1 parent 6814fa9 commit 465dede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Show Assigness
run: echo ${{github.event.pull_request.assignees | length == 0 }}
run: echo ${{github.event.pull_request.assignees.length == 0 }}

- name: Assigna o criador do pr no proprio pr
run: gh pr edit ${{ github.event.pull_request.number }} --add-assignee ${{ github.actor }}
Expand Down

0 comments on commit 465dede

Please sign in to comment.