Skip to content

Commit

Permalink
enhance: uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed Sep 13, 2024
1 parent f42f643 commit 62f53e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-assign-pr-author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Check if assignee exists
- name: Check If Assignee Exists
uses: actions/github-script@v6
id: check-assignee
with:
script: |
const assignees = context.payload.pull_request.assignees;
return assignees.length > 0;
- name: Assign PR author if no assignee
- name: Assign PR Author If No Assignee
if: steps.check-assignee.outputs.result == 'false'
uses: actions-ecosystem/action-add-assignees@v1
with:
Expand Down

0 comments on commit 62f53e5

Please # to comment.