Merge pull request #3421 from dev-hato/renovate/matplotlib-3.x #2062
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: pr-copy-ci-hato-bot | |
on: | |
push: | |
branches: | |
- develop | |
workflow_dispatch: | |
jobs: | |
pr-copy-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- uses: actions/[email protected] | |
with: | |
github-token: ${{secrets.SUDDEN_DEATH_CI_TOKEN}} | |
script: | | |
const script = require(`${process.env.GITHUB_WORKSPACE}/scripts/pr_copy_ci_hato_bot/pr_copy_ci/dispatch_event.js`) | |
await script({ github, context }) | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} | |
cancel-in-progress: true |