Skip to content

πŸ”§ fix: missing datepicker file #54

πŸ”§ fix: missing datepicker file

πŸ”§ fix: missing datepicker file #54

Workflow file for this run

name: create PR to master
on:
push:
branches:
- '**' # matches every branch
- '!master' # excludes master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
steps:
- uses: actions/checkout@v2
- name: πŸ”€ Create PR
uses: BaharaJr/create-pr@0.0.1
with:
GITHUB_TOKEN: ${{secrets.TOKEN}}
DESTINATION_BRANCH: master
KEYWORD: release