Skip to content

Commit

Permalink
Auto add issues to Strangelove project board (#1337)
Browse files Browse the repository at this point in the history
* strangelove project managment

* file rename
  • Loading branch information
boojamya authored Nov 21, 2023
1 parent d0b2700 commit be8ebe0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/strangelove-project-management.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Strangelove Project Management

on:
issues:
types:
- opened
- transferred
- reopened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/strangelove-ventures/projects/4
github-token: ${{ secrets.strangelove_motherboard_access_token }}

0 comments on commit be8ebe0

Please sign in to comment.