Skip to content

Commit

Permalink
Merge pull request #625 from jay-m-dev/master
Browse files Browse the repository at this point in the history
Add add-to-project.yml
  • Loading branch information
jay-m-dev committed Oct 6, 2023
2 parents e751165 + a4fd2b8 commit 8640a9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Add issue to project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/add-to-project@v1
with:
github_token: ${{ secrets.PENNAI_TOKEN }}
project_url: https://github.com/orgs/EpistasisLab/projects/9

0 comments on commit 8640a9d

Please sign in to comment.