Skip to content

Update linuxmuster-cli7/lmn73 to 7.3.2 (By GitHub actions) #520

Update linuxmuster-cli7/lmn73 to 7.3.2 (By GitHub actions)

Update linuxmuster-cli7/lmn73 to 7.3.2 (By GitHub actions) #520

name: Pull Request on update Branch Push
on:
push:
branches-ignore:
- main
- deploy
jobs:
auto-pull-request:
name: PullRequestAction
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: "main"