Skip to content

meta: set npm release workflow back to the minimal required config #27

meta: set npm release workflow back to the minimal required config

meta: set npm release workflow back to the minimal required config #27

name: Add new item to project board
on:
workflow_call:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Unleash/projects/8
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}