Skip to content

refactor: remove duplication of sidebar code #12

refactor: remove duplication of sidebar code

refactor: remove duplication of sidebar code #12

name: Link issue to InNoHassle project
on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue to project
if: github.repository_owner == 'one-zero-eight' # Do not run in forks
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/one-zero-eight/projects/4
github-token: ${{ secrets.ACTIONS_PAT_PROJECTS }}