Giter Site home page Giter Site logo

theletterf / pull-request Goto Github PK

View Code? Open in Web Editor NEW

This project forked from repo-sync/pull-request

0.0 1.0 0.0 92 KB

⤵️ A GitHub Action for creating pull requests

Home Page: https://github.com/marketplace/actions/github-pull-request-action

License: MIT License

Shell 94.94% Dockerfile 5.06%

pull-request's Introduction

GitHub Pull Request

We are in process of archiving this repository. This Action was created before GitHub CLI was an option. We believe there are now better options for creating pull requests using GitHub Actions.

We recommend using GitHub CLI directly in your workflow file. See: gh pr create

# File: .github/workflows/pull-request.yml

on:
  push:
    branches:
      - feature-1

permissions:
  pull-requests: write

jobs:
  pull-request:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: pull-request
        run: |
          gh pr create --title "My pull request" --body "Description"

Please refer to the gh pr create docs for further options. Read "Defining outputs for jobs" to define outputs. As a result of "GitHub Actions – Updating the default GITHUB_TOKEN permissions to read-only", you will need both the permissions: entry and to update your repository settings.

Thank you to the many contributors of this repository.

pull-request's People

Contributors

allcontributors[bot] avatar at-wat avatar cea2aj avatar christhekeele avatar christophshyper avatar goobles avatar heiskr avatar hrtshu avatar jackton1 avatar jamesmgreene avatar jamesnetherton avatar jw-maynard avatar m4heshd avatar mahmoudmabrok avatar mattcharlton avatar michalkoza avatar n3ph avatar pablobarrenechea-reflektion avatar privatenumber avatar rachmari avatar simon300000 avatar thekoenig avatar wei avatar zeke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.