File tree Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 2424
2525jobs :
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 }}
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : " Add to Project"
16- description : " Add new issue and pull request to the project"
16+ description : " Add new issue or pull request to the project"
1717inputs :
18- owner :
19- description : " Repository Owner"
20- required : true
21- type : string
2218 token :
2319 description : " GitHub token"
2420 required : true
2521 type : string
2622
27- jobs :
28- add-to-project :
29- if : " ${{ inputs.owner }}" == 'pxLi' # avoid adding issues from forks
30- name : Add new issues and pull requests to project
31- runs-on : ubuntu-latest
32- steps :
33- 34- with :
35- project-url : https://github.com/users/pxLi/projects/2
36- github-token : ${{ inputs.token }}
23+ runs :
24+ using : " composite"
25+ steps :
26+ - name : Adding to project
27+ 28+ with :
29+ project-url : https://github.com/users/pxLi/projects/2
30+ github-token : ${{ inputs.token }}
You can’t perform that action at this time.
0 commit comments