Files
blackroad-io-site/.github/workflows/project-sync.yml

15 lines
314 B
YAML

name: Project Sync
on:
pull_request:
types: [opened, reopened]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1
with:
project-url: https://github.com/orgs/BlackRoad-OS-Inc/projects/1
github-token: ${{ secrets.GITHUB_TOKEN }}