Skip to content

chore: update PR template to mention Linear ID instead of canny (#1728) #1506

chore: update PR template to mention Linear ID instead of canny (#1728)

chore: update PR template to mention Linear ID instead of canny (#1728) #1506

Workflow file for this run

name: "Lago Internal"
on:
push:
branches:
- main
jobs:
lago-internal:
name: Lago Internal
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_TOKEN}}
repository: getlago/lago-deploy
event-type: front-push-main
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'