Skip to content

Workflow file for this run

name: Add GitHub Issues and Pull Requests to GitHub Project
on:
issues:
types:
- opened
- transferred
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue or pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/OpenLiberty/projects/10
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}