Skip to content

Commit

Permalink
chore: Create add-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba authored Apr 21, 2023
1 parent 5dc0e64 commit 8b00ed1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add new issues to org project

on:
issues:
types:
- opened

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/dropecho/projects/4
github-token: ${{ secrets.GH_PROJECTS_ACTIONS_TOKEN }}

0 comments on commit 8b00ed1

Please sign in to comment.