Skip to content

Bug: Run

Bug: Run #7

Workflow file for this run

name: Adds all issues to project board
on:
issues:
types:
- opened
permissions:
contents: read
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/intel-retail/projects/1
github-token: ${{ secrets.PROJECTS_PAT }}