Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 }}
```