A GitHub action to create a pull request for changes to your repository in the actions workspace
Find a file
2024-06-11 14:09:53 +03:00
.github build(deps): bump peter-evans/create-pull-request from 5 to 6 (#2747) 2024-02-06 12:43:37 +00:00
__test__ perf: limit the fetch depth of pr branch (#2857) 2024-04-17 20:00:12 +09:00
dist build: update distribution (#2947) 2024-06-04 10:11:08 -07:00
docs docs: update common issues 2024-05-02 22:54:33 +09:00
src Push with --no-verify 2024-06-11 13:47:38 +03:00
.eslintignore Convert to typescript 2020-05-17 18:02:41 +09:00
.eslintrc.json fix: resolving path to module 2021-12-02 11:17:26 +09:00
.gitignore feat: add-paths input (#1010) 2021-12-14 11:23:29 +09:00
.prettierignore Convert to typescript 2020-05-17 18:02:41 +09:00
.prettierrc.json Convert to typescript 2020-05-17 18:02:41 +09:00
action.yml Update action.yml 2024-06-11 13:51:58 +03:00
jest.config.js Convert to typescript 2020-05-17 18:02:41 +09:00
LICENSE Initial commit 2019-07-16 19:53:24 +09:00
package-lock.json build(deps-dev): bump @types/node from 18.19.33 to 18.19.34 (#2935) 2024-06-04 12:09:45 +00:00
package.json build(deps-dev): bump @types/node from 18.19.33 to 18.19.34 (#2935) 2024-06-04 12:09:45 +00:00
README.md Update README.md 2024-06-11 14:09:53 +03:00
tsconfig.json Convert to typescript 2020-05-17 18:02:41 +09:00

This is a fork of peter-evans/create-pull-request.

The only difference here is that push is happening with --no-verify as an arg.