Skip to content

Commit be8ebe0

Browse files
authored
Auto add issues to Strangelove project board (cosmos#1337)
* strangelove project managment * file rename
1 parent d0b2700 commit be8ebe0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Strangelove Project Management
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- transferred
8+
- reopened
9+
10+
jobs:
11+
add-to-project:
12+
name: Add issue to project
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/[email protected]
16+
with:
17+
# You can target a project in a different organization
18+
# to the issue
19+
project-url: https://github.com/orgs/strangelove-ventures/projects/4
20+
github-token: ${{ secrets.strangelove_motherboard_access_token }}

0 commit comments

Comments
 (0)