Skip to content

Commit

Permalink
add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Sep 23, 2024
1 parent b1b2853 commit 84e3515
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/add-issues-to-org-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Add Issue to Organization Project

on:
issues:
types:
- opened

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/d2learn/projects/1
github-token: ${{ secrets.ORGANIZATION_PROJECT_TOKEN }}

0 comments on commit 84e3515

Please sign in to comment.