Skip to content

Require version in main branch with -pre suffix #282

Require version in main branch with -pre suffix

Require version in main branch with -pre suffix #282

Workflow file for this run

name: Run commands when pull requests are opened/updated
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Commands
uses: ./actions/commands
with:
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
configPath: pr-commands