https://github.com/remarkablemark/github-actions-pull-request-workflow
GitHub Actions pull request workflow
https://github.com/remarkablemark/github-actions-pull-request-workflow
github-actions pull-request workflow
Last synced: about 2 months ago
JSON representation
GitHub Actions pull request workflow
- Host: GitHub
- URL: https://github.com/remarkablemark/github-actions-pull-request-workflow
- Owner: remarkablemark
- License: mit
- Created: 2023-04-22T22:22:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T19:29:35.000Z (about 2 years ago)
- Last Synced: 2025-02-14T08:45:43.159Z (4 months ago)
- Topics: github-actions, pull-request, workflow
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-actions-pull-request-workflow
[](https://github.com/remarkablemark/github-actions-pull-request-workflow/actions/workflows/create-pull-request.yml)
[](https://github.com/remarkablemark/github-actions-pull-request-workflow/actions/workflows/check-merge.yml)GitHub Actions pull request workflow:
- If there's a commit to `master`, then a release PR will be opened to `production`. Open PRs will be converted to draft.
- If a PR to `master` is created while a release PR is open, then the PR to `master` will be converted to draft.
- If the release PR is merged, then any open PRs to `master` will be converted from draft to ready for review.> **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)