Skip to content

Commit 485ec3e

Browse files
authored
Update action.yml
1 parent b34ada5 commit 485ec3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-to-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
using: "composite"
2929
steps:
3030
- name: Add issues or pull request to project
31-
if: "${{ inputs.owner }}" == 'pxLi' # avoid adding issues from forks
31+
# if: "${{ inputs.owner }}" == 'pxLi' # avoid adding issues from forks
3232
uses: actions/[email protected]
3333
with:
3434
project-url: https://github.com/users/pxLi/projects/2

0 commit comments

Comments
 (0)