feat: Make the components easier to use without the distro #79
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |