Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 41b4cfe

Browse files
committed
chore: add auto-project workflow
1 parent 5655e2e commit 41b4cfe

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/auto-project.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Auto Add to Project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request:
7+
types: [opened]
8+
9+
jobs:
10+
add-to-project:
11+
uses: RequestNetwork/.github/.github/workflows/add-to-project.yml@main
12+
secrets:
13+
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)