Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored Jan 25, 2024
1 parent 96d1b2b commit 7c84418
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "approve"
paths:
- "**"
- ".github/workflows/pull-request.yml"
workflow_dispatch:

jobs:
Expand All @@ -15,12 +15,10 @@ jobs:
- run: echo ${{ secrets.GITHUB_TOKEN }}
- 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]
if: false
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 3
Expand Down

0 comments on commit 7c84418

Please sign in to comment.