Skip to content

feat: update tooltip for coordinate type, since we expect inter-resid… #4

feat: update tooltip for coordinate type, since we expect inter-resid…

feat: update tooltip for coordinate type, since we expect inter-resid… #4

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.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}