Skip to content

chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /integration-tests/ixa-wasm-tests #602

chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /integration-tests/ixa-wasm-tests

chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /integration-tests/ixa-wasm-tests #602

Workflow file for this run

name: Check Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
jobs:
semantic:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
with:
types: |
feat
fix
chore
dependencies
docs
style
refactor
release
revert
perf
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}