mirror of
https://github.com/blackboxprogramming/aria-infrastructure-queen.git
synced 2026-03-17 04:57:10 -05:00
15 lines
318 B
YAML
15 lines
318 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/users/blackboxprogramming/projects/8
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|