Skip to content

[ui5-form-item]: After upgrade to 2.19.2 the label and the content are no longer vertically aligned #227

[ui5-form-item]: After upgrade to 2.19.2 the label and the content are no longer vertically aligned

[ui5-form-item]: After upgrade to 2.19.2 the label and the content are no longer vertically aligned #227

name: Issue - comment on close
on:
issues:
types: [closed]
jobs:
comment-on-close:
runs-on: ubuntu-latest
steps:
- name: Comment on closed issue
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
body: "This issue has been closed. To reopen, just leave a comment!"
})