Skip to content

Commit d8d8c3d

Browse files
committed
fix: update condition to retrieve user info for commit author in workflow
1 parent 8deed73 commit d8d8c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reassign-copilot-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
7676
- name: Get user info for commit author
7777
id: userinfo
78+
if: steps.check_copilot.outputs.found == '1' || github.event_name == 'workflow_dispatch'
7879
env:
7980
GH_TOKEN: ${{ secrets.GH_PAT }}
8081
run: |

0 commit comments

Comments
 (0)