Skip to content

Can't set http.status (or other fields with a .) #53

Can't set http.status (or other fields with a .)

Can't set http.status (or other fields with a .) #53

name: Add to project
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
add-to-project:
runs-on: ubuntu-latest
name: Add issues and PRs to project
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/honeycombio/projects/27
github-token: ${{ secrets.GHPROJECTS_TOKEN }}