Skip to content

Commit

Permalink
Merge pull request #2 from JustinChris/update-27092024
Browse files Browse the repository at this point in the history
Merge branch_to_merge into base_branch
  • Loading branch information
JustinChris authored Sep 27, 2024
2 parents 17dfd22 + dce9260 commit d48406c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Pull Request

on: push
jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: create pull request
run: gh pr create --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit d48406c

Please sign in to comment.