Skip to content

feat: add navigation bar component to app.jsx along with styling updates #14

feat: add navigation bar component to app.jsx along with styling updates

feat: add navigation bar component to app.jsx along with styling updates #14

Workflow file for this run

name: 'Auto Assign Reviewers'
on:
pull_request:
types: [opened, reopened]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5
with:
repo-token: ${{ secrets.ASSIGN_REVIEWERS }}