Skip to content

Commit 48b028f

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stewards-update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ 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 add README.md
30+
git restore --source=HEAD .
31+
2732
- name: Create Pull Request
2833
uses: peter-evans/create-pull-request@v5
2934
with:

0 commit comments

Comments
 (0)