Skip to content

Commit e518643

Browse files
committed
Add step to download issues data in Dev workflow
1 parent a28c7f4 commit e518643

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/dev.lock.yml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dev.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ imports:
1616
safe-outputs:
1717
create-issue:
1818
staged: true
19+
steps:
20+
- name: download issues data
21+
run: |
22+
gh pr list --limit 1 --json number,title,body,author,createdAt,mergedAt,state,url
23+
env:
24+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1925
---
2026

2127
Read the last pull request using `githubissues-gh` tool

0 commit comments

Comments
 (0)