Skip to content

Commit 542b078

Browse files
authored
🤖 Update infrastructure file(s) (#1004)
1 parent d6420c1 commit 542b078

File tree

2 files changed

+129
-165
lines changed

2 files changed

+129
-165
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Add to Project
22

33
on:
4-
issues:
5-
types:
6-
- opened
74
pull_request_target:
85
types:
96
- opened
@@ -15,7 +12,6 @@ jobs:
1512
steps:
1613
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1714
with:
18-
# issues are added to the Planning project
1915
# PRs are added to the Review project
20-
project-url: https://github.com/orgs/conda/projects/${{ github.event_name == 'issues' && 2 || 16 }}
16+
project-url: https://github.com/orgs/conda/projects/16
2117
github-token: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)