Skip to content

Deleting an analysis area or sample area causes workflows to fail #263

Deleting an analysis area or sample area causes workflows to fail

Deleting an analysis area or sample area causes workflows to fail #263

name: Add new issues project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@4756e6330fe1e0a736690d3cfd9f11c9399c2ed4
with:
project-url: https://github.com/orgs/archesproject/projects/1
github-token: ${{ secrets.CH_PROJECT_TOKEN }}