Skip to content

Commit

Permalink
🔄 Synced file(s) with conda/infrastructure (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
  • Loading branch information
conda-bot and conda-bot authored Feb 24, 2023
1 parent d266164 commit d544b67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/conda/projects/2
# issues are added to the Planning project
# PRs are added to the Review project
project-url: https://github.com/orgs/conda/projects/${{ github.event_name == 'issues' && 2 || 16 }}
github-token: ${{ secrets.PROJECT_TOKEN }}

0 comments on commit d544b67

Please sign in to comment.