Skip to content

Commit

Permalink
Merge pull request #8 from PlasmaControl/update
Browse files Browse the repository at this point in the history
Open pull requests automatically
  • Loading branch information
sinaatalay authored Aug 31, 2024
2 parents f325cf9 + 28a9ce4 commit 70747b3
Show file tree
Hide file tree
Showing 2 changed files with 17 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"
1 change: 1 addition & 0 deletions src/assets/data/members/members.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,3 +438,4 @@ past_members:
photo_file_name: Gerrit_Bruhaug.jpg
- name: Dhruval Patel
photo_file_name: Dhruval_Patel.jpg
- name: Testtttt

0 comments on commit 70747b3

Please sign in to comment.