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 33cf48c commit 04ab743Copy full SHA for 04ab743
.github/workflows/add-to-project.yml
@@ -24,10 +24,10 @@ on:
24
25
jobs:
26
Add-to-project:
27
+ if: "${{ github.repository_owner }}" == 'pxLi' # avoid adding issues from forks
28
runs-on: ubuntu-latest
29
steps:
30
- name: add-to-project
31
uses: pxLi/spark-rapids-common/add-to-project@pxli-22
32
with:
- owner: ${{ github.repository_owner }}
33
token: ${{ secrets.PROJECT_TOKEN }}
0 commit comments