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 b34ada5 commit 485ec3eCopy full SHA for 485ec3e
add-to-project/action.yml
@@ -28,7 +28,7 @@ runs:
28
using: "composite"
29
steps:
30
- name: Add issues or pull request to project
31
- if: "${{ inputs.owner }}" == 'pxLi' # avoid adding issues from forks
+# if: "${{ inputs.owner }}" == 'pxLi' # avoid adding issues from forks
32
uses: actions/[email protected]
33
with:
34
project-url: https://github.com/users/pxLi/projects/2
0 commit comments