Skip to content

Commit c5db908

Browse files
authored
Update stewards-update.yml to only make PR with README
1 parent afcb98d commit c5db908

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stewards-update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Run table generator
2525
run: node utils/stewards-table.js
2626

27+
- name: Reset all changes except README.md
28+
run: |
29+
git restore --staged .
30+
git add README.md
31+
git checkout -- .
32+
2733
- name: Create Pull Request
2834
uses: peter-evans/create-pull-request@v5
2935
with:

0 commit comments

Comments
 (0)