Skip to content

chore(deps): bump jose from 2.0.6 to 2.0.7 in /definitions #389

chore(deps): bump jose from 2.0.6 to 2.0.7 in /definitions

chore(deps): bump jose from 2.0.6 to 2.0.7 in /definitions #389

name: Pull Request on Push
on:
push:
branches-ignore:
- main
- dev
jobs:
auto-pull-request:
timeout-minutes: 5
name: PullRequestAction
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
steps:
- name: PullRequestAction
uses: vsoch/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BRANCH: 'main'
PASS_IF_EXISTS: true
PULL_REQUEST_TITLE: '${{env.BRANCH_NAME}}'
PULL_REQUEST_BODY: '${{env.BRANCH_NAME}}'