Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Add to Project

on:
issues:
types:
- opened
pull_request_target:
types:
- opened
Expand All @@ -15,7 +12,6 @@ jobs:
steps:
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
# 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 }}
project-url: https://github.com/orgs/conda/projects/16
github-token: ${{ secrets.PROJECT_TOKEN }}
Loading
Loading