Skip to content

Commit

Permalink
Update add_to_project.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Demer <48685701+jtdemer@users.noreply.github.com>
  • Loading branch information
jtdemer authored Nov 29, 2024
1 parent 98d78c3 commit f2e359c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ on:
pull_request_target:
types:
- opened
- synchronize
- reopened

jobs:
add-to-project:
name: Add issue or pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: Add to project
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/openMSL/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit f2e359c

Please sign in to comment.