Skip to content

cicd: test install on 3.12 #55

cicd: test install on 3.12

cicd: test install on 3.12 #55

Workflow file for this run

name: Close issues related to a merged pull request based on staging branch.
on:
pull_request:
types: [closed]
branches:
- staging
jobs:
closeIssueOnPrMergeTrigger:
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 }}