Skip to content

actions/download-artifacts@v3 actions/upload-artifacts@v3 or earlier will be closed down in Jan 2025 #1924

actions/download-artifacts@v3 actions/upload-artifacts@v3 or earlier will be closed down in Jan 2025

actions/download-artifacts@v3 actions/upload-artifacts@v3 or earlier will be closed down in Jan 2025 #1924

Workflow file for this run

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 }}