Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/github-actions-create-pull-request-demo
GitHub Actions create pull request demo
https://github.com/remarkablemark/github-actions-create-pull-request-demo
demo gh-cli github-actions pull-request
Last synced: 12 days ago
JSON representation
GitHub Actions create pull request demo
- Host: GitHub
- URL: https://github.com/remarkablemark/github-actions-create-pull-request-demo
- Owner: remarkablemark
- License: mit
- Created: 2022-10-20T02:19:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T22:46:48.000Z (over 1 year ago)
- Last Synced: 2024-10-11T15:13:34.289Z (about 1 month ago)
- Topics: demo, gh-cli, github-actions, pull-request
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-actions-create-pull-request-demo
[![Create Pull Request](https://github.com/remarkablemark/github-actions-create-pull-request-demo/actions/workflows/create-pull-request.yml/badge.svg)](https://github.com/remarkablemark/github-actions-create-pull-request-demo/actions/workflows/create-pull-request.yml)
GitHub Actions create pull request demo.
A PR (pull request) is created when new commits are made to the [integration](https://github.com/remarkablemark/github-actions-create-pull-request-demo/tree/integration) branch.
See the [workflow](.github/workflows/create-pull-request.yml).
> **Note**: For this to work, you must go to **Settings** > **Actions** > **General** > **Workflow permissions** and enable:
>
> - [ ] Read and write permissions
> - [ ] Allow GitHub Actions to create and approve pull requests## License
[MIT](LICENSE)