Skip to content

Commit

Permalink
open pull requests automaticaly
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Aug 31, 2024
1 parent b7284e0 commit 28a9ce4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull Request on Branch Push
on:
push:
branches-ignore:
- master
jobs:
auto-pull-request:
name: Open Pull Request
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: "update"
PULL_REQUEST_BRANCH: "master"

0 comments on commit 28a9ce4

Please sign in to comment.