Open
Description
The PR author is expected to re-generate the build by running npm run build
and commit the changes. This adds friction and misses out on the cases with PRs opened by Dependabot. There are two approaches that I'm thinking of.
- Update the existing workflow to commit the changes after generating the build to branches apart from
main
. - Author another workflow that gets triggered on push events on PRs that generate the build and commit the changes. The existing workflow will only used for format checks.
We can use a GH Action like git-auto-commit.
Metadata
Metadata
Assignees
Labels
No labels