Automate pull requests with GitHub Actions
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
Hippocratic License - See LICENSE
Created by Ian Walter