Skip to content

Commit c933e92

Browse files
authored
Update pull_requests_to_csv.yml
1 parent 57aad64 commit c933e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_requests_to_csv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Generate pull requests CSV
4646
- name: Generate pull requests CSV
47-
|
47+
run: |
4848
echo "PR Number,Title,Description,Author,State,Number of Commits,Number of Files Changed,Labels,Assignees,Reviewers" > my_org_PRs.csv
4949
jq -r '.[] | select(.user.login != "dependabot[bot]") | [
5050
.number,

0 commit comments

Comments
 (0)