Skip to content

Fix compatible with PHP 8, bump ver 1.1.0 #14

Fix compatible with PHP 8, bump ver 1.1.0

Fix compatible with PHP 8, bump ver 1.1.0 #14

name: Create a new Pull Request (develop)
on:
push:
branches:
- develop
jobs:
auto-pull-request-master-develop:
name: develop => master
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: "develop"
PULL_REQUEST_BRANCH: "master"