github.com/honeycombio/honeytail@v1.9.0/.github/workflows/add-to-project-v2.yml (about)

     1  name: Add to project
     2  on:
     3    issues:
     4      types: [opened]
     5    pull_request_target:
     6      types: [opened]
     7  jobs:
     8    add-to-project:
     9      runs-on: ubuntu-latest
    10      name: Add issues and PRs to project
    11      steps:
    12        - uses: actions/add-to-project@main
    13          with:
    14            project-url: https://github.com/orgs/honeycombio/projects/27
    15            github-token: ${{ secrets.GHPROJECTS_TOKEN }}