Skip to content

feat(release): add Github Bot for creating automatic PR's for beta and stable release #62

feat(release): add Github Bot for creating automatic PR's for beta and stable release

feat(release): add Github Bot for creating automatic PR's for beta and stable release #62

Workflow file for this run

name: Markdown
on:
push:
branches:
- master
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
markdown:
runs-on: ubuntu-latest
permissions:
actions: read
steps:
- name: No trigger path triggered for required markdown workflow.
run: exit 0