Skip to content

Commit 04ab743

Browse files
authored
Update add-to-project.yml
1 parent 33cf48c commit 04ab743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ on:
2424

2525
jobs:
2626
Add-to-project:
27+
if: "${{ github.repository_owner }}" == 'pxLi' # avoid adding issues from forks
2728
runs-on: ubuntu-latest
2829
steps:
2930
- name: add-to-project
3031
uses: pxLi/spark-rapids-common/add-to-project@pxli-22
3132
with:
32-
owner: ${{ github.repository_owner }}
3333
token: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)