Skip to content

fix: allow for blank issues #7

fix: allow for blank issues

fix: allow for blank issues #7

name: Add Issue/PR to Project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add_to_project:
runs-on: ubuntu-latest
steps:
- name: Add to GitHub Project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/vltpkg/projects/3
github-token: ${{ secrets.PROJECT_PAT }}