Unverified Commit 03c39761 authored by Charlie Lin's avatar Charlie Lin Committed by GitHub
Browse files

Create workflow to add to Github project (#1505)

* Create workflow to add to Github project
parent 863bdfbf
Pipeline #668 failed with stages
in 0 seconds
name: Add PRs and issues to GitHub projects
on:
pull_request:
types:
- opened
issues:
types:
- opened
jobs:
add-to-project:
name: Add PRs and issues to MIGX project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/ROCmSoftwarePlatform/projects/20
github-token: $${{ secrets.MIGRAPHX_BOT_TOKEN }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment