Skip to content

Commit

Permalink
ci: add issues to correct project (#3)
Browse files Browse the repository at this point in the history
### Summary of Changes

Update workflow to add new issues to the correct project.
  • Loading branch information
lars-reimann authored Mar 4, 2023
1 parent 039255c commit ffc29dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add Issues to General Project
name: Add Issues to Stdlib Project

on:
issues:
Expand All @@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/users/lars-reimann/projects/1
project-url: https://github.com/orgs/Safe-DS/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit ffc29dc

Please sign in to comment.