Skip to content

Changed target name/series ID divider and added ability to return series ID column with predictions #1442

Changed target name/series ID divider and added ability to return series ID column with predictions

Changed target name/series ID divider and added ability to return series ID column with predictions #1442

name: Pull Request Check
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
pull_request_check:
name: pull request check
runs-on: ubuntu-latest
steps:
- uses: nearform/github-action-check-linked-issues@v1.4.5
id: check-linked-issues
with:
exclude-branches: "release_v**, backport_v**, main, latest-dep-update-**, min-dep-update-**, dependabot/**"
github-token: ${{ secrets.MACHINEFL_DEPENDENCY_CHECKER_TOKEN }}