Skip to content

Commit

Permalink
Create add-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 authored Feb 22, 2024
1 parent c8670e3 commit 4fb79d9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Add new issues and PRs to project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add issue or PR 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/OpenFn/projects/3
github-token: ${{ secrets.PROJECT_MANAGEMENT_TOKEN }}

0 comments on commit 4fb79d9

Please sign in to comment.