Skip to content

Commit

Permalink
Merge test-pr into main (#1)
Browse files Browse the repository at this point in the history
* Update pull-request.yml

* Update pull-request.yml

* Update pull-request.yml

* Update pull-request.yml

* Update pull-request.yml

---------

Co-authored-by: qtrinh2 <[email protected]>
  • Loading branch information
github-actions[bot] and qtrinh2 authored Jan 25, 2024
1 parent 11e8c86 commit 2ff69d8
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Simple demo"
title: "Example: Simple demo"
body: |
This PR is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request).
labels: |
feature
automated pr
branch: main
- uses: actions/checkout@v4
- name: create pull request
if: false
run: gh pr create -B main -H ${{ github.ref_name }} --title 'Merge ${{ github.ref_name }} into main' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: juliangruber/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1

0 comments on commit 2ff69d8

Please sign in to comment.