Skip to content

(Incomplete) Automate creating pull requests with GitHub Actions

License

Notifications You must be signed in to change notification settings

generates/pull-request-action

Repository files navigation

Pull Request Action

Automate pull requests with GitHub Actions

About

Usage

name: Ch-ch-changes
on:
  pull_request:
    types: [labeled]
jobs:
  changes:
    runs-on: ubuntu-latest
    timeout-minutes: 5
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - name: Make Changes
        uses: some-action
      - name: Create Pull Requst
        uses: generates/[email protected]
        with:
          title: These are days of miracle and wonder
          message: A loose affiliation of millionaires and billionaires

License

Hippocratic License - See LICENSE

 

Created by Ian Walter

About

(Incomplete) Automate creating pull requests with GitHub Actions

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published