Fix compatible with PHP 8, bump ver 1.1.0 #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |