Skip to content

Create a workflow in all the components to add issues to the issue management project #7

Create a workflow in all the components to add issues to the issue management project

Create a workflow in all the components to add issues to the issue management project #7

---
name: Add issues to project
# Adds all issues that don't include specific labels (see labeled)
# https://github.com/actions/add-to-project
on:
issues:
types: opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/esp-idf-lib/projects/2
github-token: ${{ secrets.AUTO_ADD_ISSUES_TO_PROJECT }}
labeled: bug, documentation, ci, enhancement
label-operator: NOT