Update library lookup docs to account for pinned versions #1133
Workflow file for this run
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 board | |
# Add things into one of the kolide projects. | |
on: | |
issues: | |
types: [opened, transferred] | |
pull_request_target: | |
types: [opened] | |
branches: [main] | |
jobs: | |
add_to_board: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/kolide/projects/13 | |
github-token: ${{secrets.PROJECT_WORKFLOW_PAT}} |