Add missing plugins.algorithms to imports in SX peak integration algorithms #141
Workflow file for this run
This file contains hidden or 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: Close issues with PRs merged into release-next. | |
on: | |
pull_request_target: | |
types: [closed] | |
branches: | |
- release-next | |
jobs: | |
close-issue-on-pr-merge: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Closes issues related to a merged pull request. | |
uses: ldez/gha-mjolnir@v1.4.1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |