conda-forge based robotology-superbuild Installation facing erorr in cloning YARP #1538
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Handle commands in PR comments' | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
rebase-pr: | |
if: github.repository == 'robotology/yarp' | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Rebase PR | |
uses: drdanz/rebase@pr_from_fork | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
randaz81_TOKEN: ${{ secrets.randaz81_TOKEN }} | |
Nicogene_TOKEN: ${{ secrets.Nicogene_TOKEN }} | |
elandini84_TOKEN: ${{ secrets.elandini84_TOKEN }} | |
squash-pr: | |
if: github.repository == 'robotology/yarp' | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Squash PR | |
uses: robotology/gh-action-squash@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
drdanz_TOKEN: ${{ secrets.drdanz_TOKEN }} | |
randaz81_TOKEN: ${{ secrets.randaz81_TOKEN }} | |
Nicogene_TOKEN: ${{ secrets.Nicogene_TOKEN }} | |
elandini84_TOKEN: ${{ secrets.elandini84_TOKEN }} |