Skip to content

Implement Top Navigation #64

Implement Top Navigation

Implement Top Navigation #64

Workflow file for this run

name: Changelog Generator
permissions:
contents: read
pull-requests: write
on:
pull_request:
branches:
- main
- dev
types: [opened]
jobs:
changelog:
name: Changelog Generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bala-raj/pull-request-changelog@master
with:
token: ${{ secrets.GITHUB_TOKEN }}