Skip to content

Commit dd8ac99

Browse files
authored
Merge pull request #7895 from processing/ksen0-patch-1
Update stewards-update.yml to only make PR with README
2 parents afcb98d + c5db908 commit dd8ac99

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)