Changed target name/series ID divider and added ability to return series ID column with predictions #1442
Workflow file for this run
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: 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 }} |