mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-18 07:34:04 -05:00
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
15 lines
314 B
YAML
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 }}
|