Skip to content

Avago 1.10.5

Avago 1.10.5 #242

Workflow file for this run

name: Add issues and PRs to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/ava-labs/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}