Skip to content

feat: add workflow to add items to the Dedalo project DS-831 #1

feat: add workflow to add items to the Dedalo project DS-831

feat: add workflow to add items to the Dedalo project DS-831 #1

name: Add issues and PRs to the Dedalo project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/eduNEXT/projects/1
github-token: ${{ secrets.DEDALO_PAT }}