Skip to content

fix: formdata is not updating when options populated dynamically #78

fix: formdata is not updating when options populated dynamically

fix: formdata is not updating when options populated dynamically #78

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
name: Semantic Pull Request
permissions:
pull-requests: read
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
with:
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}