Skip to content

Dependency(deps): Bump net.alchim31.maven:scala-maven-plugin from 4.9.1 to 4.9.2 #88

Dependency(deps): Bump net.alchim31.maven:scala-maven-plugin from 4.9.1 to 4.9.2

Dependency(deps): Bump net.alchim31.maven:scala-maven-plugin from 4.9.1 to 4.9.2 #88

Workflow file for this run

name: Close linked issue on PR merge
on:
pull_request:
types:
- closed
jobs:
close_issues:
if: github.event.pull_request.merged == true && github.base_ref == 'develop'
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Run script
working-directory: .github/workflows/scripts
run: |
pip install requests
python closeDevIssues.py ${{ secrets.GITHUB_TOKEN }} jplag JPlag ${{ github.event.pull_request.number }}