We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485ec3e commit 33cf48cCopy full SHA for 33cf48c
add-to-project/action.yml
@@ -15,10 +15,6 @@
15
name: "Add to Project"
16
description: "Add new issue or pull request to the project"
17
inputs:
18
- owner:
19
- description: "Repository Owner"
20
- required: true
21
- type: string
22
token:
23
description: "GitHub token"
24
required: true
@@ -27,8 +23,7 @@ inputs:
27
runs:
28
using: "composite"
29
25
steps:
30
- - name: Add issues or pull request to project
31
-# if: "${{ inputs.owner }}" == 'pxLi' # avoid adding issues from forks
26
+ - name: Adding to project
32
uses: actions/[email protected]
33
with:
34
project-url: https://github.com/users/pxLi/projects/2
0 commit comments