We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6420c1 commit 542b078Copy full SHA for 542b078
‎.github/workflows/project.yml‎
@@ -1,9 +1,6 @@
1
name: Add to Project
2
3
on:
4
- issues:
5
- types:
6
- - opened
7
pull_request_target:
8
types:
9
- opened
@@ -15,7 +12,6 @@ jobs:
15
12
steps:
16
13
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
17
14
with:
18
- # issues are added to the Planning project
19
# PRs are added to the Review project
20
- project-url: https://github.com/orgs/conda/projects/${{ github.event_name == 'issues' && 2 || 16 }}
+ project-url: https://github.com/orgs/conda/projects/16
21
github-token: ${{ secrets.PROJECT_TOKEN }}
0 commit comments