Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirikuncar/submit-pull-request
Submit a pull request from a directory to a given repository
https://github.com/jirikuncar/submit-pull-request
Last synced: 23 days ago
JSON representation
Submit a pull request from a directory to a given repository
- Host: GitHub
- URL: https://github.com/jirikuncar/submit-pull-request
- Owner: jirikuncar
- License: mit
- Created: 2019-11-15T09:13:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T13:01:34.000Z (almost 5 years ago)
- Last Synced: 2024-09-19T15:05:13.287Z (about 2 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publish pull request with Github Action
An action that publishes a pull request.
## Usage
Minimal example for submiting pull request to the same repository.
```yaml
- name: Publish pull request
uses: jirikuncar/pushlish-pull-request@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
head: ${{ github.pull_request.head.ref }}
```