Skip to content

Update linuxmuster-tools7/lmn72 to 7.2.41 (By GitHub actions) #470

Update linuxmuster-tools7/lmn72 to 7.2.41 (By GitHub actions)

Update linuxmuster-tools7/lmn72 to 7.2.41 (By GitHub actions) #470

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"