Skip to content

Update citations with V5 citation #141

Update citations with V5 citation

Update citations with V5 citation #141

Workflow file for this run

name: Close related issue
on:
pull_request:
types: [closed]
branches:
- dev
jobs:
close-issue:
runs-on: ubuntu-latest
steps:
- name: Closes issues related to a merged pull request.
uses: ldez/gha-mjolnir@v1.0.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}