8000 Add GHA to push issues directly to dashboard (#534) · pyscript/pyscript@fa61339 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa61339

Browse files
Add GHA to push issues directly to dashboard (#534)
* Add GHA to push issues directly to dashboard * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: mariana <marianameireles@protonmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent deb2eee commit fa61339

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dashboard.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Push issue to Github Project dashboard
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
pull_request_target:
8+
types:
9+
- opened
10+
11+
jobs:
12+
add_to_project:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/add-to-project@v0.0.3
16+
with:
17+
project-url: https://github.com/orgs/pyscript/projects/4/
18+
github-token: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)
0