Skip to content

Add stub script for compatibility-labelling PRs #4

Add stub script for compatibility-labelling PRs

Add stub script for compatibility-labelling PRs #4

name: Compatibility Report
on:
workflow_dispatch:
pull_request:
jobs:
add_compatibility_report_to_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Add Compatibility Report
run: ./update_pr_with_compatibility_info.sh ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}