Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Add issues to the project #22

Add issues to the project

Add issues to the project #22

Workflow file for this run

name: Add issues to the project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.1.0
with:
project-url: https://github.com/orgs/nixpkgs-architecture/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}