mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-13 07:01:00 -05:00
19 lines
427 B
YAML
19 lines
427 B
YAML
name: Push issue to Github Project dashboard
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
add_to_project:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/add-to-project@v0.0.3
|
|
with:
|
|
project-url: https://github.com/orgs/pyscript/projects/4/
|
|
github-token: ${{ secrets.PROJECT_TOKEN }}
|